sqlite: Update to 3.8.10.2
This commit is contained in:
parent
e982ac1017
commit
cb6daa036b
@ -3,11 +3,11 @@
|
|||||||
assert interactive -> readline != null && ncurses != null;
|
assert interactive -> readline != null && ncurses != null;
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "sqlite-3.8.10.1";
|
name = "sqlite-3.8.10.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://sqlite.org/2015/sqlite-autoconf-3081001.tar.gz";
|
url = "http://sqlite.org/2015/sqlite-autoconf-3081002.tar.gz";
|
||||||
sha1 = "86bfed5752783fb24c051f3efac5972ce11023f0";
|
sha1 = "c2f2c17d3dc4c4e179d35cc04e4420636d48a152";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = lib.optionals interactive [ readline ncurses ];
|
buildInputs = lib.optionals interactive [ readline ncurses ];
|
||||||
|
Loading…
Reference in New Issue
Block a user