mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +00:00
Updating nixUnstable.
svn path=/nixpkgs/trunk/; revision=12827
This commit is contained in:
parent
a2c47582b3
commit
731cf5fff0
|
@ -4,14 +4,14 @@
|
|||
, supportOldDBs ? true
|
||||
}:
|
||||
|
||||
let version = "0.12pre12726"; in
|
||||
let version = "0.12pre12824"; in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "nix-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://nixos.org/releases/nix/nix-${version}-nsb81cj5/nix-${version}.tar.bz2";
|
||||
sha256 = "01c25627f8d4d924bef17ed07b8b0ddb8a2634529adbb2605b91b571ab26a47c";
|
||||
url = "http://nixos.org/releases/nix/nix-${version}-dr98xr6q/nix-${version}.tar.bz2";
|
||||
sha256 = "cd6176fbcb677435218d5e8067b9c3a4dee172e6ede44a28080edef5e69ccd75";
|
||||
};
|
||||
|
||||
buildInputs = [perl curl openssl];
|
||||
|
|
Loading…
Reference in a new issue