mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 07:00:43 +00:00
Updated nixUnstable
svn path=/nixpkgs/trunk/; revision=10230
This commit is contained in:
parent
92886a3321
commit
a5e3c976f4
|
@ -3,14 +3,14 @@
|
|||
, stateDir ? "/nix/var"
|
||||
}:
|
||||
|
||||
let version = "0.12pre10069"; in
|
||||
let version = "0.12pre10154"; in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "nix-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://nix.cs.uu.nl/dist/nix/nix-${version}/nix-${version}.tar.bz2";
|
||||
md5 = "bf05ebe9463f0453beae2c43f05ac13d";
|
||||
md5 = "9e5833e34ade23852a1270d0f2a98ce2";
|
||||
};
|
||||
|
||||
buildInputs = [perl curl openssl];
|
||||
|
|
Loading…
Reference in a new issue