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:
parent
92886a3321
commit
a5e3c976f4
1 changed files with 2 additions and 2 deletions
|
@ -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];
|
||||||
|
|
Loading…
Add table
Reference in a new issue