mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
* Update nixUnstable.
svn path=/nixpkgs/trunk/; revision=28403
This commit is contained in:
parent
98b321e99b
commit
9049a3000d
@ -5,11 +5,11 @@
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "nix-1.0pre27764";
|
||||
name = "nix-1.0pre28391";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://hydra.nixos.org/build/1162354/download/4/${name}.tar.bz2";
|
||||
sha256 = "fe8117644a67947dd8aa8594181ff893b09806ea7803c842cc0b5be86a31a9c6";
|
||||
url = "http://hydra.nixos.org/build/1232663/download/4/${name}.tar.bz2";
|
||||
sha256 = "c990f0ad564960b1d82fdbed32bee0db64c26b57400f027f01434237edd1be0f";
|
||||
};
|
||||
|
||||
buildNativeInputs = [ perl pkgconfig ];
|
||||
|
Loading…
Reference in New Issue
Block a user