mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #7522 from edwtjo/nix-bump-1
nixUnstable: Update to 1.9pre4100_4bbcfaf
This commit is contained in:
commit
c26ed5adc9
1 changed files with 3 additions and 3 deletions
|
@ -5,11 +5,11 @@
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "nix-1.9pre4088_1711679";
|
||||
name = "nix-1.9pre4100_4bbcfaf";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://hydra.nixos.org/build/21171422/download/4/${name}.tar.xz";
|
||||
sha256 = "37240acbb9ea9a3a0f141a85296787e1d4b7c2ab987c218be2f8007b28167b03";
|
||||
url = "http://hydra.nixos.org/build/21565942/download/4/${name}.tar.xz";
|
||||
sha256 = "1jcy0n8mi17k5vk89vammfh74lvsgnm4gjsk23cq1shspjnbbgxs";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ perl pkgconfig ];
|
||||
|
|
Loading…
Reference in a new issue