mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
* Bump nixUnstable.
svn path=/nixpkgs/trunk/; revision=31880
This commit is contained in:
parent
b793816a34
commit
26bcec3897
1 changed files with 3 additions and 3 deletions
|
@ -5,11 +5,11 @@
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "nix-1.0pre31729";
|
||||
name = "nix-1.0pre31851";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://hydra.nixos.org/build/1867511/download/4/${name}.tar.bz2";
|
||||
sha256 = "c2e33d5837a686c42deaab1cfcf8ec0e13b0c841d936086d773a2415e4141d2d";
|
||||
url = "http://hydra.nixos.org/build/1937677/download/4/${name}.tar.bz2";
|
||||
sha256 = "36f07b6b701da74f07d8c8cc43044306e570b6837555ad523701d86e5f567568";
|
||||
};
|
||||
|
||||
buildNativeInputs = [ perl pkgconfig ];
|
||||
|
|
Loading…
Reference in a new issue