mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
* Use the latest Nix.
svn path=/nixpkgs/trunk/; revision=9751
This commit is contained in:
parent
054c33a676
commit
b98c67b1c3
@ -3,14 +3,14 @@
|
||||
, stateDir ? "/nix/var"
|
||||
}:
|
||||
|
||||
let version = "0.11pre9692"; in
|
||||
let version = "0.11pre9718"; in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "nix-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://nix.cs.uu.nl/dist/nix/nix-${version}/nix-${version}.tar.bz2";
|
||||
md5 = "35c0bc68b81d20c7fb925bcf8faf4827";
|
||||
md5 = "cae130dcc51a30eff34fc194e17891f2";
|
||||
};
|
||||
|
||||
buildInputs = [perl curl openssl];
|
||||
|
Loading…
Reference in New Issue
Block a user