3
0
Fork 0
forked from mirrors/nixpkgs

nixUnstable: Bump

This commit is contained in:
Eelco Dolstra 2013-03-26 15:58:12 +01:00
parent 70ae131f62
commit 5262980561

View file

@ -5,11 +5,11 @@
}:
stdenv.mkDerivation rec {
name = "nix-1.5.2pre3079_c3fc60d";
name = "nix-1.5.2pre3082_2398417";
src = fetchurl {
url = "http://hydra.nixos.org/build/4445767/download/5/${name}.tar.xz";
sha256 = "0422ceb1439cf1140e86f86514bdcb04b0706881ea31a9f6ee5206b9faad009b";
url = "http://hydra.nixos.org/build/4480483/download/5/${name}.tar.xz";
sha256 = "efea03fd9e15f52564ecfe6942bf9e8a757ef2e83b6ad9832f214342b2cbba83";
};
nativeBuildInputs = [ perl pkgconfig ];