sqlite3: 3.19.2 -> 3.19.3

This commit is contained in:
Franz Pletz 2017-06-22 01:33:55 +02:00
parent 4d93d257f7
commit 0977c17f83
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -3,11 +3,11 @@
assert interactive -> readline != null && ncurses != null;
stdenv.mkDerivation {
name = "sqlite-3.19.2";
name = "sqlite-3.19.3";
src = fetchurl {
url = "http://sqlite.org/2017/sqlite-autoconf-3190200.tar.gz";
sha256 = "1z1gmiyx68g1yxc3avc9jnan53irnsq2rsyldwyxcfnc07xn2lya";
url = "http://sqlite.org/2017/sqlite-autoconf-3190300.tar.gz";
sha256 = "00b3l2qglpl1inx21fckiwxnfq5xf6441flc79rqg7zdvh1rq4h6";
};
outputs = [ "bin" "dev" "out" ];