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