sqlite: 3.32.2 -> 3.32.3

This commit is contained in:
Luflosi 2020-06-19 19:24:39 +02:00
parent ff51213cbc
commit 5693ae4ba9
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

View File

@ -10,12 +10,12 @@ in
stdenv.mkDerivation rec {
pname = "sqlite";
version = "3.32.2";
version = "3.32.3";
# NB! Make sure to update analyzer.nix src (in the same directory).
src = fetchurl {
url = "https://sqlite.org/2020/sqlite-autoconf-${archiveVersion version}.tar.gz";
sha256 = "1130bcd70s2vlsq0d638pb5qrw9kwqvjswnp2dfypghx9hjz3gid";
sha256 = "0rlbaq177gcgk5dswd3akbhv2nvvzljrbhgy18hklbhw7h90f5d3";
};
outputs = [ "bin" "dev" "out" ];