mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
* Use latest Nix-unstable.
svn path=/nixpkgs/trunk/; revision=9333
This commit is contained in:
parent
73e8c01f5c
commit
639faa0233
@ -3,14 +3,14 @@
|
||||
, stateDir ? "/nix/var"
|
||||
}:
|
||||
|
||||
let version = "0.11pre9253"; in
|
||||
let version = "0.11pre9332"; in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "nix-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://nix.cs.uu.nl/dist/nix/nix-${version}/nix-${version}.tar.bz2";
|
||||
md5 = "d060c66394b921373430f21dac1c2c4d";
|
||||
md5 = "5a0f858cd4e6e557a123267a5fa17767";
|
||||
};
|
||||
|
||||
buildInputs = [perl curl openssl];
|
||||
|
Loading…
Reference in New Issue
Block a user