Skip to content

Commit

Permalink
sqlite3_analyzer: 3.20.0 -> 3.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mimame authored and globin committed Oct 24, 2017
1 parent cf8e966 commit b5a0015
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/libraries/sqlite/sqlite3_analyzer.nix
@@ -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 ];
Expand Down

0 comments on commit b5a0015

Please sign in to comment.