summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/misc/nix/unstable.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/misc/nix/unstable.nix b/pkgs/misc/nix/unstable.nix
index cf92334de0e7..f302549c7e8f 100644
--- a/pkgs/misc/nix/unstable.nix
+++ b/pkgs/misc/nix/unstable.nix
@@ -4,11 +4,11 @@
 }:
 
 stdenv.mkDerivation {
-  name = "nix-0.11pre7835";
+  name = "nix-0.11pre7989";
   
   src = fetchurl {
-    url = http://nix.cs.uu.nl/dist/nix/nix-0.11pre7835/nix-0.11pre7835.tar.bz2;
-    md5 = "e63ca3cdbbbf7efc6a09ca5e8ecc8e7a";
+    url = http://nix.cs.uu.nl/dist/nix/nix-0.11pre7989/nix-0.11pre7989.tar.bz2;
+    md5 = "c7e0c9d4eea5e896410c86bcba37f3c1";
   };
   
   buildInputs = [perl curl];