sqlite: Update to 3.7.16.2

This commit is contained in:
Eelco Dolstra
2013-04-29 20:59:17 +02:00
parent 61ec5a1ca4
commit 50c9c1c938
2 changed files with 4 additions and 6 deletions

View File

@@ -3,11 +3,11 @@
assert readline != null -> ncurses != null;
stdenv.mkDerivation {
name = "sqlite-3.7.16.1";
name = "sqlite-3.7.16.2";
src = fetchurl {
url = http://www.sqlite.org/2013/sqlite-autoconf-3071601.tar.gz;
sha1 = "b0d9b3e2ca3c50f72e5921e9532130787871b7ae";
url = http://www.sqlite.org/2013/sqlite-autoconf-3071602.tar.gz;
sha1 = "85bf857cf86f34831d55d7ba97606dba581b8d62";
};
buildInputs = [ readline ncurses ];