* Updated nixSqlite.

svn path=/nixpkgs/trunk/; revision=20520
This commit is contained in:
Eelco Dolstra 2010-03-10 09:58:19 +00:00
parent 8c2af71a0f
commit 854b22a24e

View File

@ -4,11 +4,11 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "nix-0.15pre20408"; name = "nix-0.15pre20493";
src = fetchurl { src = fetchurl {
url = "http://hydra.nixos.org/build/310943/download/4/${name}.tar.bz2"; url = "http://hydra.nixos.org/build/316254/download/4/${name}.tar.bz2";
sha256 = "f94d95981db9093604c843225aa9f9dfe82d3352cb1ecba92de03d117d9bb4b9"; sha256 = "da80ea3beaf9c6c62620850ff770202f43553a6719bb8046eb2be6ece4a26fec";
}; };
buildInputs = [perl curl openssl]; buildInputs = [perl curl openssl];