mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
* Latest Nix.
svn path=/nixpkgs/trunk/; revision=19653
This commit is contained in:
parent
45aa4e2d7f
commit
10ca771495
@ -4,11 +4,11 @@
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "nix-0.14pre19016";
|
||||
name = "nix-0.14pre19652";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://hydra.nixos.org/build/191984/download/4/${name}.tar.bz2";
|
||||
sha256 = "998d550ff2420d3fe2fdac498136f228845064f4c70fe730410431985a1b5012";
|
||||
url = "http://hydra.nixos.org/build/259251/download/4/${name}.tar.bz2";
|
||||
sha256 = "e96d5e2cc7a86aea0d06f0d81395290d0c259004cc8a56d9eec203d5bb1a9d71";
|
||||
};
|
||||
|
||||
buildInputs = [perl curl openssl];
|
||||
|
Loading…
Reference in New Issue
Block a user