From 3a4312f2639f9a94642780467e1c52e1fb747183 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 7 Dec 2006 22:50:15 +0000 Subject: [PATCH] * Latest unstable version. svn path=/nixpkgs/trunk/; revision=7274 --- pkgs/misc/nix/unstable.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/misc/nix/unstable.nix b/pkgs/misc/nix/unstable.nix index 8bd9f0273f88..fc9125e63efb 100644 --- a/pkgs/misc/nix/unstable.nix +++ b/pkgs/misc/nix/unstable.nix @@ -4,11 +4,11 @@ }: stdenv.mkDerivation { - name = "nix-0.11pre7038"; + name = "nix-0.11pre7273"; src = fetchurl { - url = http://nix.cs.uu.nl/dist/nix/nix-0.11pre7038/nix-0.11pre7038.tar.bz2; - md5 = "a63837b67064900deaa67416fc67430d"; + url = http://nix.cs.uu.nl/dist/nix/nix-0.11pre7273/nix-0.11pre7273.tar.bz2; + md5 = "852df180cc2f9384d4e4780a163c2767"; }; buildInputs = [perl curl];