summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2007-02-22 14:55:18 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2007-02-22 14:55:18 +0000
commit8f6878f7eef3f4aec0377f5d6a6c49d9a0b7c030 (patch)
tree03487f41bec0a417553e2cc74f92ba1901136f4d /pkgs
parent163ce4533e5f666dcd4144d6fd027ee2ff8b6443 (diff)
downloadnixpkgs-8f6878f7eef3f4aec0377f5d6a6c49d9a0b7c030.tar
nixpkgs-8f6878f7eef3f4aec0377f5d6a6c49d9a0b7c030.tar.gz
nixpkgs-8f6878f7eef3f4aec0377f5d6a6c49d9a0b7c030.tar.bz2
nixpkgs-8f6878f7eef3f4aec0377f5d6a6c49d9a0b7c030.tar.lz
nixpkgs-8f6878f7eef3f4aec0377f5d6a6c49d9a0b7c030.tar.xz
nixpkgs-8f6878f7eef3f4aec0377f5d6a6c49d9a0b7c030.tar.zst
nixpkgs-8f6878f7eef3f4aec0377f5d6a6c49d9a0b7c030.zip
* Latest unstable Nix.
svn path=/nixpkgs/trunk/; revision=8017
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 cf92334de0e..f302549c7e8 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];