sqlite tools.nix: 3.30.0 > 3.33.0

This commit is contained in:
Doron Behar
2020-09-19 18:11:50 +03:00
parent 0e574bc186
commit 6ca39b3e21
2 changed files with 4 additions and 4 deletions
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
pname = "sqlite";
version = "3.33.0";
# NB! Make sure to update analyzer.nix src (in the same directory).
# 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";