forked from mirrors/nixpkgs
nixUnstable: Updated to 1.1pre2718_8da6772
This version brings better isolation in chroot builds (private network and SysV IPC namespace).
This commit is contained in:
parent
6dc45870af
commit
484c13cce1
|
@ -5,11 +5,11 @@
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "nix-1.1pre2714_2f3f413";
|
||||
name = "nix-1.1pre2718_8da6772";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://hydra.nixos.org/build/2724747/download/4/${name}.tar.bz2";
|
||||
sha256 = "ec026709405dfcbff387418c007915711312ac574c046c38798990666bd339a6";
|
||||
url = "http://hydra.nixos.org/build/2727338/download/4/${name}.tar.bz2";
|
||||
sha256 = "99466467b01102d8a2e1022283259ac490427b9a45c3c4784af027977014d7c5";
|
||||
};
|
||||
|
||||
buildNativeInputs = [ perl pkgconfig ];
|
||||
|
|
Loading…
Reference in a new issue