Merge #35305: sqlite: 3.21.0 -> 3.22.0

This commit is contained in:
Vladimír Čunát 2018-02-24 13:30:44 +01:00
commit 8045887b33
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA
2 changed files with 6 additions and 6 deletions

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

View file

@ -1,11 +1,11 @@
{ lib, stdenv, fetchurl, unzip, tcl }:
stdenv.mkDerivation {
name = "sqlite3_analyzer-3.20.1";
name = "sqlite3_analyzer-3.22.0";
src = fetchurl {
url = "https://www.sqlite.org/2017/sqlite-src-3200100.zip";
sha256 = "0aicmapa99141hjncyxwg66ndhr16nwpbqy27x79fg1ikzhwlnv6";
url = "https://www.sqlite.org/2018/sqlite-src-3220000.zip";
sha256 = "04w97jj1659vl84rr73wg1mhj6by8r5075rzpn2xp42n537a7ibv";
};
nativeBuildInputs = [ unzip ];