mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 12:23:02 +00:00
svn path=/nixpkgs/trunk/; revision=8027
This commit is contained in:
parent
870762bc75
commit
f36270a522
@ -4,11 +4,11 @@
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "nix-0.11pre8021";
|
||||
name = "nix-0.11pre8026";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/nix/nix-0.11pre8021/nix-0.11pre8021.tar.bz2;
|
||||
md5 = "f0935f86be7fcc0665e424180a9fab3a";
|
||||
url = http://nix.cs.uu.nl/dist/nix/nix-unstable-latest/nix-0.11pre8026.tar.bz2;
|
||||
md5 = "3db1795ca6645ecefea63213b40d7e3c";
|
||||
};
|
||||
|
||||
buildInputs = [perl curl];
|
||||
|
Loading…
Reference in New Issue
Block a user