aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/sqlite
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-08-17 10:18:39 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-08-17 10:23:06 +1000
commitd74dfc171b7629af82ac9a0f4c0a9bf5c616b649 (patch)
tree9142369ca9f4b2021c7ab5ce206fa785e27e736d /pkgs/development/libraries/sqlite
parentd4d9ad66a082f46c6e46010101aad7fcd64e110a (diff)
sqlite-analyzer: 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/analyzer.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/sqlite/analyzer.nix b/pkgs/development/libraries/sqlite/analyzer.nix
index 5c65c84e54dd..d0100edd345b 100644
--- a/pkgs/development/libraries/sqlite/analyzer.nix
+++ b/pkgs/development/libraries/sqlite/analyzer.nix
@@ -6,11 +6,11 @@ in
stdenv.mkDerivation rec {
pname = "sqlite-analyzer";
- version = "3.32.3";
+ version = "3.33.0";
src = assert version == sqlite.version; fetchurl {
url = "https://sqlite.org/2020/sqlite-src-${archiveVersion version}.zip";
- sha256 = "1fgmslzf013ry3a7g2vms7zyg24gs53gfj308r6ki4inbn3g04lk";
+ sha256 = "1f09srlrmcab1sf8j2d89s2kvknlbxk7mbsiwpndw9mall27dgwh";
};
nativeBuildInputs = [ unzip ];