summary refs log tree commit diff
path: root/pkgs/tools/misc/memtest86
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-02-19 09:48:50 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-02-19 09:48:50 +0000
commitb0e9724ef5a23efd856afe6a1f6a2da159af5fac (patch)
tree641d6416ceed28a11ff611e71f0eaa6bf4fc0ea1 /pkgs/tools/misc/memtest86
parent50e309f022e45ec2aa62be983152fc540a5aeadb (diff)
Quantum leap updating memtest86+.
svn path=/nixpkgs/trunk/; revision=20122
Diffstat (limited to 'pkgs/tools/misc/memtest86')
-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 57bc769d24043..5df5fd31382b0 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+-2.11";
+  name = "memtest86+-4.00";
   
   src = fetchurl {
-    url = http://www.memtest.org/download/2.11/memtest86+-2.11.tar.gz;
-    sha256 = "03kcw6f62na3s08ybhnafn4s1pqs0z5lxl103xwxx77345r6m1s3";
+    url = http://www.memtest.org/download/4.00/memtest86+-4.00.tar.gz;
+    sha256 = "193chqvwmcxsrvpcfy3mbz1vakvpfhxvjmawzidp26x8kma2zi3f";
   };
 
   preBuild = ''