mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
memtest86-efi: 8.2 -> 8.3
This commit is contained in:
parent
e50c67ad7e
commit
8eb079d4de
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "memtest86-efi";
|
pname = "memtest86-efi";
|
||||||
version = "8.2";
|
version = "8.3";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
# TODO: The latest version of memtest86 is actually 8.2, but the
|
# TODO: The latest version of memtest86 is actually 8.3, but the
|
||||||
# company developing memtest86 has stopped providing a versioned download
|
# company developing memtest86 has stopped providing a versioned download
|
||||||
# link for the latest version:
|
# link for the latest version:
|
||||||
#
|
#
|
||||||
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||||||
# binaries that we make sure to version, then we could probably keep up
|
# binaries that we make sure to version, then we could probably keep up
|
||||||
# with the latest versions released by the company.
|
# with the latest versions released by the company.
|
||||||
url = "https://www.memtest86.com/downloads/memtest86-${version}-usb.zip";
|
url = "https://www.memtest86.com/downloads/memtest86-${version}-usb.zip";
|
||||||
sha256 = "1x1wjssr4nnbnfan0pi7ni2dfwnm3288kq584hkfqcyza8xdx03i";
|
sha256 = "0aldz7rvnfnzb4h447q10k9c9p5ghwzdyn7f6g5lrxiv5vxf3x96";
|
||||||
stripRoot = false;
|
stripRoot = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user