1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-05-03 12:17:01 +00:00

Updated nixUnstable

svn path=/nixpkgs/trunk/; revision=10230
This commit is contained in:
Michael Raskin 2008-01-20 11:19:20 +00:00
parent 92886a3321
commit a5e3c976f4

View file

@ -3,14 +3,14 @@
, stateDir ? "/nix/var" , stateDir ? "/nix/var"
}: }:
let version = "0.12pre10069"; in let version = "0.12pre10154"; in
stdenv.mkDerivation { stdenv.mkDerivation {
name = "nix-${version}"; name = "nix-${version}";
src = fetchurl { src = fetchurl {
url = "http://nix.cs.uu.nl/dist/nix/nix-${version}/nix-${version}.tar.bz2"; url = "http://nix.cs.uu.nl/dist/nix/nix-${version}/nix-${version}.tar.bz2";
md5 = "bf05ebe9463f0453beae2c43f05ac13d"; md5 = "9e5833e34ade23852a1270d0f2a98ce2";
}; };
buildInputs = [perl curl openssl]; buildInputs = [perl curl openssl];