Updating nixUnstable.

svn path=/nixpkgs/trunk/; revision=12827
This commit is contained in:
Michael Raskin 2008-09-08 21:06:41 +00:00
parent a2c47582b3
commit 731cf5fff0

View File

@ -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];