sqlite3_analyzer: 3.20.0 -> 3.20.1

This commit is contained in:
mimadrid 2017-10-24 17:50:36 +02:00 committed by Robin Gloster
parent cf8e966e00
commit b5a0015004

View File

@ -1,11 +1,11 @@
{ lib, stdenv, fetchurl, unzip, tcl }:
stdenv.mkDerivation {
name = "sqlite3_analyzer-3.20.0";
name = "sqlite3_analyzer-3.20.1";
src = fetchurl {
url = "https://www.sqlite.org/2017/sqlite-src-3200000.zip";
sha256 = "1vjbc5i95wildrdfzalrsgai1ziz4m4gbah4wm8qc4jxm1vqwdab";
url = "https://www.sqlite.org/2017/sqlite-src-3200100.zip";
sha256 = "0aicmapa99141hjncyxwg66ndhr16nwpbqy27x79fg1ikzhwlnv6";
};
nativeBuildInputs = [ unzip ];