summary refs log tree commit diff
path: root/pkgs/tools/misc/memtest86-efi
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-11-28 02:44:05 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2019-11-28 02:44:05 -0800
commita2338ea4ef5c7bc0390948d92382a31713a17ebf (patch)
tree709e54b638f65b954652cfaaac8838b1b746869b /pkgs/tools/misc/memtest86-efi
parent646b279c55780fa8cfe79b2a3b1e3ab53b445be7 (diff)
downloadnixpkgs-a2338ea4ef5c7bc0390948d92382a31713a17ebf.tar
nixpkgs-a2338ea4ef5c7bc0390948d92382a31713a17ebf.tar.gz
nixpkgs-a2338ea4ef5c7bc0390948d92382a31713a17ebf.tar.bz2
nixpkgs-a2338ea4ef5c7bc0390948d92382a31713a17ebf.tar.lz
nixpkgs-a2338ea4ef5c7bc0390948d92382a31713a17ebf.tar.xz
nixpkgs-a2338ea4ef5c7bc0390948d92382a31713a17ebf.tar.zst
nixpkgs-a2338ea4ef5c7bc0390948d92382a31713a17ebf.zip
memtest86-efi: 8.1 -> 8.2
Diffstat (limited to 'pkgs/tools/misc/memtest86-efi')
-rw-r--r--pkgs/tools/misc/memtest86-efi/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/memtest86-efi/default.nix b/pkgs/tools/misc/memtest86-efi/default.nix
index 8d28dbcf40e..71409b1c3a8 100644
--- a/pkgs/tools/misc/memtest86-efi/default.nix
+++ b/pkgs/tools/misc/memtest86-efi/default.nix
@@ -2,7 +2,7 @@
 
 stdenv.mkDerivation rec {
   pname = "memtest86-efi";
-  version = "8.1";
+  version = "8.2";
 
   src = fetchzip {
     # TODO: The latest version of memtest86 is actually 8.2, but the
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
     # binaries that we make sure to version, then we could probably keep up
     # with the latest versions released by the company.
     url = "https://www.memtest86.com/downloads/memtest86-${version}-usb.zip";
-    sha256 = "0qiyd8ymn307shmvwmqd80q3svxf49133d2pf84qpdlcmjjfnhgg";
+    sha256 = "1x1wjssr4nnbnfan0pi7ni2dfwnm3288kq584hkfqcyza8xdx03i";
     stripRoot = false;
   };