sqlite: 3.21.0 -> 3.22.0

This commit is contained in:
volth 2018-02-22 01:25:02 +00:00 committed by volth
parent 8d490ca993
commit 6450c19419

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