sqlite: update to 3.8.4.3

This commit is contained in:
Rok Garbas 2014-04-17 13:51:36 +01:00
parent 0af5954f5b
commit 47d783ce9d

View File

@ -3,11 +3,11 @@
assert readline != null -> ncurses != null;
stdenv.mkDerivation {
name = "sqlite-3.8.0.2";
name = "sqlite-3.8.4.3";
src = fetchurl {
url = http://www.sqlite.org/2013/sqlite-autoconf-3080002.tar.gz;
sha1 = "294c30e882a0d45877bce09afe72d08ccfc6b650";
url = "http://www.sqlite.org/2014/sqlite-autoconf-3080403.tar.gz";
sha1 = "zd9nqg1fc41222hvzvmvzr92z80b3wvh";
};
buildInputs = [ readline ncurses ];