sqlite: 3.21.0 -> 3.22.0

(cherry picked from commit 6450c19419)
This commit is contained in:
volth
2018-02-22 01:25:02 +00:00
committed by Andreas Rammhold
parent 7dde6517eb
commit f0ee54f751

View File

@@ -3,11 +3,11 @@
assert interactive -> readline != null && ncurses != null;
stdenv.mkDerivation {
name = "sqlite-3.21.0";
name = "sqlite-3.22.0";
src = fetchurl {
url = "http://sqlite.org/2017/sqlite-autoconf-3210000.tar.gz";
sha256 = "1qxvzdjwzw6k0kqjfabj86rnq87xdbwbca7laxxdhnh0fmkm3pfp";
url = "http://sqlite.org/2018/sqlite-autoconf-3220000.tar.gz";
sha256 = "04n6hnw2g818d7r92cp2608kd5mhzyysy83k29kbq1mp709an918";
};
outputs = [ "bin" "dev" "out" ];