aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/sqlite
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-08-17 10:18:40 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-08-17 10:23:22 +1000
commitbc1c8e5dd5e0adf13ac9eae1818b1e03fd4a949f (patch)
treeb11657807bd0add1626616250a619d250936ffe9 /pkgs/development/libraries/sqlite
parentd74dfc171b7629af82ac9a0f4c0a9bf5c616b649 (diff)
sqlite: 3.32.3 -> 3.33.0
https://www.sqlite.org/releaselog/3_33_0.html
Diffstat (limited to 'pkgs/development/libraries/sqlite')
-rw-r--r--pkgs/development/libraries/sqlite/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/sqlite/default.nix b/pkgs/development/libraries/sqlite/default.nix
index cd0042e722a6..3647516c8031 100644
--- a/pkgs/development/libraries/sqlite/default.nix
+++ b/pkgs/development/libraries/sqlite/default.nix
@@ -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" ];