sqlite-analyzer: 3.31.0 -> 3.31.1

This was forgotten in PR #81648.
It's a small bump, so I just tested that it builds.
This commit is contained in:
Vladimír Čunát 2020-03-11 08:03:54 +01:00
parent b693c8c7be
commit f8bf6f087e
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -6,11 +6,11 @@ in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "sqlite-analyzer"; pname = "sqlite-analyzer";
version = "3.31.0"; version = "3.31.1";
src = assert version == sqlite.version; fetchurl { src = assert version == sqlite.version; fetchurl {
url = "https://sqlite.org/2020/sqlite-src-${archiveVersion version}.zip"; url = "https://sqlite.org/2020/sqlite-src-${archiveVersion version}.zip";
sha256 = "1dz3s3q9gsxxfj9wp4lqndzpwd1hcvm42yqn02p0l0bs6bw0mp5l"; sha256 = "0n7f3w59gr80s6k4l5a9bp2s97dlfapfbhb3qdhak6axhn127p7j";
}; };
nativeBuildInputs = [ unzip ]; nativeBuildInputs = [ unzip ];