sqlite: 3.33.0 -> 3.34.0

https://www.sqlite.org/releaselog/3_34_0.html
This commit is contained in:
zowoq 2020-12-02 18:23:08 +10:00 committed by Frederik Rietdijk
parent e4d17dc558
commit cfc56fb90b
1 changed files with 2 additions and 2 deletions

View File

@ -10,12 +10,12 @@ in
stdenv.mkDerivation rec {
pname = "sqlite";
version = "3.33.0";
version = "3.34.0";
# NB! Make sure to update ./tools.nix src (in the same directory).
src = fetchurl {
url = "https://sqlite.org/2020/sqlite-autoconf-${archiveVersion version}.tar.gz";
sha256 = "05dvdfaxd552gj5p7k0i72sfam7lykaw1g2pfn52jnppqx42qshh";
sha256 = "1vlsvlp5nvhd5pdjpmdczfsv7mml2gsalykl6x3palbxwgxbfvdz";
};
outputs = [ "bin" "dev" "out" ];