aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/sqlite
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-05-28 20:00:37 -0700
committerJonathan Ringer <jonringer117@gmail.com>2020-05-28 20:00:37 -0700
commit80c9f3072bd0176ab8cd6b30e9c24c5e89833d3f (patch)
tree91de3e500df52fef7b4b3342a58251946e9894f7 /pkgs/development/libraries/sqlite
parentc5f7bda79f1134b1017bcbd11528a5e6ff7da6bc (diff)
sqlite: 3.32.0 -> 3.32.1
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 b5fd7361e892..dce86699a025 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.0";
+ version = "3.32.1";
# 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 = "195x23f083s38gla4id4qvcx04p5p5jpdi29369cip7mfkyig0sr";
+ sha256 = "043xzxpvyi3n2lp9831bd0jg3r98n81myfjfcspxiaqnzfmlhrs8";
};
outputs = [ "bin" "dev" "out" ];