Skip to content

Commit

Permalink
sqlite-analyzer: 3.32.1 -> 3.32.2
Browse files Browse the repository at this point in the history
It needs to be synced with sqlite itself.
  • Loading branch information
vcunat committed Jun 7, 2020
1 parent 5f140a6 commit 601a99f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/sqlite/analyzer.nix
Expand Up @@ -6,11 +6,11 @@ in

stdenv.mkDerivation rec {
pname = "sqlite-analyzer";
version = "3.32.1";
version = "3.32.2";

src = assert version == sqlite.version; fetchurl {
url = "https://sqlite.org/2020/sqlite-src-${archiveVersion version}.zip";
sha256 = "1l3jg1564p1fjga70zm1mg64bsbys9wq4canxyy0v0mb6kb7vk2w";
sha256 = "1jqhs896cvp9l399mjpbv1x2qbfvq875l1vrgnl3zc4ffdjxs9z0";
};

nativeBuildInputs = [ unzip ];
Expand Down

0 comments on commit 601a99f

Please sign in to comment.