summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-02-24 21:32:04 +0100
committerPeter Simons <simons@cryp.to>2014-02-24 22:04:40 +0100
commit20a150a1dff8482c2a5324e2ca361b5d990bfc82 (patch)
tree4f8c55ce087c2080237670b6de2ba6f3c4f2d511
parentce365835d7c16ff9b20513e42e1988ba31f3326e (diff)
downloadnixpkgs-20a150a1dff8482c2a5324e2ca361b5d990bfc82.tar
nixpkgs-20a150a1dff8482c2a5324e2ca361b5d990bfc82.tar.gz
nixpkgs-20a150a1dff8482c2a5324e2ca361b5d990bfc82.tar.bz2
nixpkgs-20a150a1dff8482c2a5324e2ca361b5d990bfc82.tar.lz
nixpkgs-20a150a1dff8482c2a5324e2ca361b5d990bfc82.tar.xz
nixpkgs-20a150a1dff8482c2a5324e2ca361b5d990bfc82.tar.zst
nixpkgs-20a150a1dff8482c2a5324e2ca361b5d990bfc82.zip
memtest86: update from 4.1.0 to 4.3.3
-rw-r--r--pkgs/tools/misc/memtest86/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/memtest86/default.nix b/pkgs/tools/misc/memtest86/default.nix
index 978bb2729f8..ebf0a89a707 100644
--- a/pkgs/tools/misc/memtest86/default.nix
+++ b/pkgs/tools/misc/memtest86/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl }:
 
 stdenv.mkDerivation {
-  name = "memtest86-4.1.0";
+  name = "memtest86-4.3.3";
   
   src = fetchurl {
-    url = http://www.memtest86.com/downloads/memtest86-4.1.0-src.tar.gz;
-    sha256 = "1kdvq16s8hvk7plprws33mfh7cnhmfl1m32sfgbmzygbhk5wqxxq";
+    url = http://www.memtest86.com/downloads/memtest86-4.3.3-src.tar.gz;
+    sha256 = "1fzpk0s97lx8h1wbv2bgr6m8v4ag8i58kzr8fa25bvwyl8hks9sl";
   };
 
   preBuild = ''