* Latest unstable version.
svn path=/nixpkgs/trunk/; revision=11310
This commit is contained in:
parent
9ff94543d0
commit
aa2a573225
1 changed files with 3 additions and 3 deletions
|
@ -3,14 +3,14 @@
|
|||
, stateDir ? "/nix/var"
|
||||
}:
|
||||
|
||||
let version = "0.12pre10798"; in
|
||||
let version = "0.12pre11304"; in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "nix-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://nix.cs.uu.nl/dist/nix/nix-${version}/nix-${version}.tar.bz2";
|
||||
md5 = "1f3d0a72c9bf1297c2daa32e601bde82";
|
||||
url = "http://nixos.org/releases/nix/nix-${version}-6hxl2ybs/nix-${version}.tar.bz2";
|
||||
sha256 = "8f33687ed70d4e1453cf62c0a9c5010cc49ed787794320ef94e9ead740fd042b";
|
||||
};
|
||||
|
||||
buildInputs = [perl curl openssl];
|
||||
|
|
Loading…
Reference in a new issue