mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 23:20:55 +00:00
Updating nixSqlite, so I can get the latest build_remote.pl hook
svn path=/nixpkgs/branches/stdenv-updates/; revision=23493
This commit is contained in:
parent
94324d95b3
commit
ffef67e28f
|
@ -4,11 +4,11 @@
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "nix-0.16pre22953";
|
||||
name = "nix-0.16pre23483";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://hydra.nixos.org/build/527157/download/4/${name}.tar.bz2";
|
||||
sha256 = "7fe185f49bda5281274b203467d206a6a76a762f742a93adeca71ba63470f71e";
|
||||
url = "http://hydra.nixos.org/build/608299/download/4/${name}.tar.bz2";
|
||||
sha256 = "464baf7b8b5976a10585d51857543c2b63e1e29b2380cede79a710eac5ee07e4";
|
||||
};
|
||||
|
||||
buildInputs = [ perl curl openssl ];
|
||||
|
|
Loading…
Reference in a new issue