summary refs log tree commit diff
path: root/pkgs/misc/nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2007-01-23 19:09:13 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2007-01-23 19:09:13 +0000
commit7863e1a2be85fce9106631c7229c32318d3ff173 (patch)
tree5807682f4a3a7ba32f9b4c61ea3d616a26218cb3 /pkgs/misc/nix
parent3ab1768aff92068f41be6311d0f5ba485a70b0bb (diff)
downloadnixlib-7863e1a2be85fce9106631c7229c32318d3ff173.tar
nixlib-7863e1a2be85fce9106631c7229c32318d3ff173.tar.gz
nixlib-7863e1a2be85fce9106631c7229c32318d3ff173.tar.bz2
nixlib-7863e1a2be85fce9106631c7229c32318d3ff173.tar.lz
nixlib-7863e1a2be85fce9106631c7229c32318d3ff173.tar.xz
nixlib-7863e1a2be85fce9106631c7229c32318d3ff173.tar.zst
nixlib-7863e1a2be85fce9106631c7229c32318d3ff173.zip
* Latest unstable Nix.
svn path=/nixpkgs/trunk/; revision=7785
Diffstat (limited to 'pkgs/misc/nix')
-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 404a5db9fa05..8c071412400e 100644
--- a/pkgs/misc/nix/unstable.nix
+++ b/pkgs/misc/nix/unstable.nix
@@ -4,11 +4,11 @@
 }:
 
 stdenv.mkDerivation {
-  name = "nix-0.11pre7681";
+  name = "nix-0.11pre7782";
   
   src = fetchurl {
-    url = http://nix.cs.uu.nl/dist/nix/nix-0.11pre7681/nix-0.11pre7681.tar.bz2;
-    md5 = "e62140ecdf7ed7203341004c4704e310";
+    url = http://nix.cs.uu.nl/dist/nix/nix-0.11pre7782/nix-0.11pre7782.tar.bz2;
+    md5 = "f86a913d6f672342deba6fb3742a4c61";
   };
   
   buildInputs = [perl curl];