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 ];

View file

@ -4998,9 +4998,7 @@ let
srtp = callPackage ../development/libraries/srtp {};
# This version breaks the DBIxClass library and the Hydra regression
# test suite. These issues need further investigation.
sqlite_3_7_16_1 = lowPrio (callPackage ../development/libraries/sqlite/3.7.16.1.nix {
sqlite_3_7_16_2 = lowPrio (callPackage ../development/libraries/sqlite/3.7.16.2.nix {
readline = null;
ncurses = null;
});