about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs')
-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 fc9125e63efb..8801dc163714 100644
--- a/pkgs/misc/nix/unstable.nix
+++ b/pkgs/misc/nix/unstable.nix
@@ -4,11 +4,11 @@
 }:
 
 stdenv.mkDerivation {
-  name = "nix-0.11pre7273";
+  name = "nix-0.11pre7325";
   
   src = fetchurl {
-    url = http://nix.cs.uu.nl/dist/nix/nix-0.11pre7273/nix-0.11pre7273.tar.bz2;
-    md5 = "852df180cc2f9384d4e4780a163c2767";
+    url = http://nix.cs.uu.nl/dist/nix/nix-0.11pre7325/nix-0.11pre7325.tar.bz2;
+    md5 = "89842aa3fe357b94118496eada00b81f";
   };
   
   buildInputs = [perl curl];