From e0ab9dda8251dc69f958aa5f14a35cb94333a10b Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 28 Feb 2007 00:46:17 +0000 Subject: [PATCH] svn path=/nixpkgs/trunk/; revision=8089 --- 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 5ef482395f4..56030eb69be 100644 --- a/pkgs/misc/nix/unstable.nix +++ b/pkgs/misc/nix/unstable.nix @@ -4,11 +4,11 @@ }: stdenv.mkDerivation { - name = "nix-0.11pre8026"; + name = "nix-0.11pre8085"; src = fetchurl { - url = http://nix.cs.uu.nl/dist/nix/nix-unstable-latest/nix-0.11pre8026.tar.bz2; - md5 = "3db1795ca6645ecefea63213b40d7e3c"; + url = http://nix.cs.uu.nl/dist/nix/nix-0.11pre8085/nix-0.11pre8085.tar.bz2; + md5 = "5690869fc2d3ef70a221b42282315980"; }; buildInputs = [perl curl];