mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
* Use latest Nix.
svn path=/nixpkgs/trunk/; revision=9695
This commit is contained in:
parent
67ba3f1d4d
commit
15d26bb5c9
1 changed files with 2 additions and 2 deletions
|
@ -3,14 +3,14 @@
|
|||
, stateDir ? "/nix/var"
|
||||
}:
|
||||
|
||||
let version = "0.11pre9570"; in
|
||||
let version = "0.11pre9692"; in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "nix-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://nix.cs.uu.nl/dist/nix/nix-${version}/nix-${version}.tar.bz2";
|
||||
md5 = "5170f1b1e8feda2adeb2cac3c5ca5ff9";
|
||||
md5 = "35c0bc68b81d20c7fb925bcf8faf4827";
|
||||
};
|
||||
|
||||
buildInputs = [perl curl openssl];
|
||||
|
|
Loading…
Reference in a new issue