mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
* Latest unstable version.
svn path=/nixpkgs/trunk/; revision=10536
This commit is contained in:
parent
cde74730e8
commit
7842f1cbf2
@ -3,14 +3,14 @@
|
||||
, stateDir ? "/nix/var"
|
||||
}:
|
||||
|
||||
let version = "0.12pre10389"; in
|
||||
let version = "0.12pre10505"; in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "nix-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://nix.cs.uu.nl/dist/nix/nix-${version}/nix-${version}.tar.bz2";
|
||||
md5 = "5824debe60299ebc9c5aa6532e6a8b67";
|
||||
md5 = "44dd2927ce97f12b3f110a7ad991828e";
|
||||
};
|
||||
|
||||
buildInputs = [perl curl openssl];
|
||||
|
Loading…
Reference in New Issue
Block a user