svn path=/nixpkgs/trunk/; revision=7861
This commit is contained in:
parent
d22dd0ffef
commit
9767f074c4
@ -4,11 +4,11 @@
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "nix-0.11pre7807";
|
||||
name = "nix-0.11pre7835";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/nix/nix-0.11pre7807/nix-0.11pre7807.tar.bz2;
|
||||
md5 = "baac4aa96b09f951eff77df1c337bbc9";
|
||||
url = http://nix.cs.uu.nl/dist/nix/nix-0.11pre7835/nix-0.11pre7835.tar.bz2;
|
||||
md5 = "e63ca3cdbbbf7efc6a09ca5e8ecc8e7a";
|
||||
};
|
||||
|
||||
buildInputs = [perl curl];
|
||||
|
Loading…
Reference in New Issue
Block a user