mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
nixUnstable: Update to 1.6pre3187_3fb7ae0
This commit is contained in:
parent
339e1d94c6
commit
36622f5964
1 changed files with 3 additions and 3 deletions
|
@ -5,11 +5,11 @@
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "nix-1.6pre3166_15e5ac8";
|
||||
name = "nix-1.6pre3187_3fb7ae0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://hydra.nixos.org/build/5566779/download/5/${name}.tar.xz";
|
||||
sha256 = "c25209bb93ca6859df84f74bd16cb0daee9e6c9820139e9dab1d2848129a2558";
|
||||
url = "http://hydra.nixos.org/build/5663853/download/5/${name}.tar.xz";
|
||||
sha256 = "3cd695b3bb23ea7f9e4779f5b79180319444204b30120ed2cc0f0bf1e070403f";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ perl pkgconfig ];
|
||||
|
|
Loading…
Reference in a new issue