* Latest version.

svn path=/nixpkgs/trunk/; revision=9479
This commit is contained in:
Eelco Dolstra 2007-10-19 11:38:58 +00:00
parent 54111f87ba
commit dc49f13eef
2 changed files with 6 additions and 2 deletions

View file

@ -20,5 +20,7 @@ stdenv.mkDerivation {
meta = { meta = {
description = "The Nix Deployment System"; description = "The Nix Deployment System";
homepage = http://nix.cs.uu.nl/;
license = "GPL";
}; };
} }

View file

@ -3,14 +3,14 @@
, stateDir ? "/nix/var" , stateDir ? "/nix/var"
}: }:
let version = "0.11pre9332"; in let version = "0.11pre9439"; 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 = "5a0f858cd4e6e557a123267a5fa17767"; md5 = "c0336dd00d16355784b07574a2d06b83";
}; };
buildInputs = [perl curl openssl]; buildInputs = [perl curl openssl];
@ -22,5 +22,7 @@ stdenv.mkDerivation {
meta = { meta = {
description = "The Nix Deployment System"; description = "The Nix Deployment System";
homepage = http://nix.cs.uu.nl/;
license = "GPL";
}; };
} }