forked from mirrors/nixpkgs
svn path=/nixpkgs/trunk/; revision=8089
This commit is contained in:
parent
84cb66f309
commit
e0ab9dda82
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue