sqlite: 3.32.3 -> 3.33.0

https://www.sqlite.org/releaselog/3_33_0.html
This commit is contained in:
zowoq 2020-08-17 10:18:40 +10:00
parent d74dfc171b
commit bc1c8e5dd5
1 changed files with 2 additions and 2 deletions

View File

@ -10,12 +10,12 @@ in
stdenv.mkDerivation rec {
pname = "sqlite";
version = "3.32.3";
version = "3.33.0";
# 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 = "0rlbaq177gcgk5dswd3akbhv2nvvzljrbhgy18hklbhw7h90f5d3";
sha256 = "05dvdfaxd552gj5p7k0i72sfam7lykaw1g2pfn52jnppqx42qshh";
};
outputs = [ "bin" "dev" "out" ];