mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Update Nix unstable.
svn path=/nixpkgs/trunk/; revision=21601
This commit is contained in:
parent
20fcfdef64
commit
d2e6d7b84f
1 changed files with 3 additions and 3 deletions
|
@ -4,11 +4,11 @@
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "nix-0.15pre20612";
|
||||
name = "nix-0.16pre21576";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://hydra.nixos.org/build/325045/download/4/${name}.tar.bz2";
|
||||
sha256 = "a0fecb2d9cced473880649d7ee6448688d63416fb2e26bdbadec069e5b619bce";
|
||||
url = "http://hydra.nixos.org/build/395008/download/4/${name}.bz2";
|
||||
sha256 = "1axmipk8vp9vwsq5wnhshgb0pcgbhanlxz8z2m3f5vxvixvw3i19";
|
||||
};
|
||||
|
||||
buildNativeInputs = [ perl ];
|
||||
|
|
Loading…
Reference in a new issue