* Latest unstable Nix.
svn path=/nixpkgs/trunk/; revision=7670
This commit is contained in:
parent
e18bd5af62
commit
6eaa664a97
@ -4,11 +4,11 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "nix-0.11pre7351";
|
name = "nix-0.11pre7667";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://nix.cs.uu.nl/dist/nix/nix-0.11pre7351/nix-0.11pre7351.tar.bz2;
|
url = http://nix.cs.uu.nl/dist/nix/nix-0.11pre7667/nix-0.11pre7667.tar.bz2;
|
||||||
md5 = "a660ec514ae0e296a114bb548a4a8069";
|
md5 = "f1228dbf6dc6a1fce41fb881850a5a82";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [perl curl];
|
buildInputs = [perl curl];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user