sqlite: 3.27.1 -> 3.27.2

This commit is contained in:
Will Dietz
2019-02-25 21:47:10 -06:00
parent c4e435ef3f
commit f2f90f4cef
2 changed files with 4 additions and 4 deletions

View File

@@ -10,12 +10,12 @@ in
stdenv.mkDerivation rec {
name = "sqlite-${version}";
version = "3.27.1";
version = "3.27.2";
# NB! Make sure to update analyzer.nix src (in the same directory).
src = fetchurl {
url = "https://sqlite.org/2019/sqlite-autoconf-${archiveVersion version}.tar.gz";
sha256 = "1y7l225jm18fz6z3vyffrkl9k6qi964w1c5ri4giixizyy7jpaal";
sha256 = "0vpgwszs19pwks2b4dhqwa0n6q5sx6pn1s7rngyyrd98xa2rxhsh";
};
outputs = [ "bin" "dev" "out" ];