update nixSqlite to 0.15pre20408
svn path=/nixpkgs/trunk/; revision=20410
This commit is contained in:
parent
f788ae920d
commit
0723777cc7
@ -4,11 +4,11 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "nix-0.15pre20364";
|
name = "nix-0.15pre20408";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://hydra.nixos.org/build/310441/download/4/${name}.tar.bz2";
|
url = "http://hydra.nixos.org/build/310943/download/4/${name}.tar.bz2";
|
||||||
sha256 = "a3ef50d9ec084f13a948156a7e19c60d993f6c196e6fabebd35fc08b92dfd21a";
|
sha256 = "3d6fa8e43d820bc22fd799547a8e976451768642461bcb905333c79e1e5052e1";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [perl curl openssl];
|
buildInputs = [perl curl openssl];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user