mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
nixUnstable: Update to 1.7pre3520_1017bd6
This commit is contained in:
parent
6c6c145ffc
commit
19350fac66
1 changed files with 3 additions and 3 deletions
|
@ -5,11 +5,11 @@
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "nix-1.7pre3327_0e2ca26";
|
||||
name = "nix-1.7pre3520_1017bd6";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://hydra.nixos.org/build/8316406/download/5/${name}.tar.xz";
|
||||
sha256 = "52cc082f4ce8ec3c316f032c0201cc76980df2845b15714e71acb2ef7715f1de";
|
||||
url = "http://hydra.nixos.org/build/9253720/download/4/${name}.tar.xz";
|
||||
sha256 = "7144ad4b4a7ff77165dc96424366fa28fb1a9e19b4f7c26d123b5f6bccf53d2d";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ perl pkgconfig ];
|
||||
|
|
Loading…
Reference in a new issue