aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/sqlite
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-05-27 15:03:33 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-05-27 15:03:33 +0000
commitc5f7bda79f1134b1017bcbd11528a5e6ff7da6bc (patch)
treecc66ef61c93ee0d3cee955eb4468ccd064e5f063 /pkgs/development/libraries/sqlite
parent1b5925f2189dc9b4ebf7168252bf89a94b7405ba (diff)
sqlite: 3.31.1 -> 3.32.0
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 245c55e9ea88..b5fd7361e892 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.31.1";
+ version = "3.32.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 = "1bj936svd8i5g25xd1bj52hj4zca01fgl3sqkj86z9q5pkz4wa32";
+ sha256 = "195x23f083s38gla4id4qvcx04p5p5jpdi29369cip7mfkyig0sr";
};
outputs = [ "bin" "dev" "out" ];