sqlite: Update to 3.8.7.1
This commit is contained in:
parent
73db2dab55
commit
c0ee8187dd
@ -3,11 +3,11 @@
|
|||||||
assert interactive -> readline != null && ncurses != null;
|
assert interactive -> readline != null && ncurses != null;
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "sqlite-3.8.7";
|
name = "sqlite-3.8.7.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.sqlite.org/2014/sqlite-autoconf-3080700.tar.gz";
|
url = "http://www.sqlite.org/2014/sqlite-autoconf-3080701.tar.gz";
|
||||||
sha1 = "8b773b006db46f3ffcbabe065e927823d13bf5c0";
|
sha1 = "5601be1263842209d7c5dbf6128f1cc0b6bbe2e5";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = lib.optionals interactive [ readline ncurses ];
|
buildInputs = lib.optionals interactive [ readline ncurses ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user