3
0
Fork 0
forked from mirrors/nixpkgs

* Latest unstable Nix.

svn path=/nixpkgs/trunk/; revision=7695
This commit is contained in:
Eelco Dolstra 2007-01-16 14:11:20 +00:00
parent 0cf2b35d99
commit 617abe91e8

View file

@ -4,11 +4,11 @@
}:
stdenv.mkDerivation {
name = "nix-0.11pre7667";
name = "nix-0.11pre7681";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/nix/nix-0.11pre7667/nix-0.11pre7667.tar.bz2;
md5 = "f1228dbf6dc6a1fce41fb881850a5a82";
url = http://nix.cs.uu.nl/dist/nix/nix-0.11pre7681/nix-0.11pre7681.tar.bz2;
md5 = "e62140ecdf7ed7203341004c4704e310";
};
buildInputs = [perl curl];