3
0
Fork 0
forked from mirrors/nixpkgs

sqlite: Update to 3.8.7.1

This commit is contained in:
Eelco Dolstra 2014-11-18 09:54:35 +01:00
parent 73db2dab55
commit c0ee8187dd

View file

@ -3,11 +3,11 @@
assert interactive -> readline != null && ncurses != null;
stdenv.mkDerivation {
name = "sqlite-3.8.7";
name = "sqlite-3.8.7.1";
src = fetchurl {
url = "http://www.sqlite.org/2014/sqlite-autoconf-3080700.tar.gz";
sha1 = "8b773b006db46f3ffcbabe065e927823d13bf5c0";
url = "http://www.sqlite.org/2014/sqlite-autoconf-3080701.tar.gz";
sha1 = "5601be1263842209d7c5dbf6128f1cc0b6bbe2e5";
};
buildInputs = lib.optionals interactive [ readline ncurses ];