sqlite: 3.16.2 -> 3.17.0

This commit is contained in:
mimadrid 2017-03-04 11:59:54 +01:00
parent 45344fdf19
commit f704050a21
No known key found for this signature in database
GPG key ID: 4D0F6894D41C6957

View file

@ -3,11 +3,11 @@
assert interactive -> readline != null && ncurses != null;
stdenv.mkDerivation {
name = "sqlite-3.16.2";
name = "sqlite-3.17.0";
src = fetchurl {
url = "http://sqlite.org/2017/sqlite-autoconf-3160200.tar.gz";
sha256 = "059n4s9qd35qpbd4g29y9ay99a6f68ad7k65g430rxb6jcz0rk35";
url = "http://sqlite.org/2017/sqlite-autoconf-3170000.tar.gz";
sha256 = "0k472gq0p706jq4529p60znvw02hdf172qxgbdv59q0n7anqbr54";
};
outputs = [ "bin" "dev" "out" ];