Skip to content

Commit

Permalink
sqlite{,-analyzer}: 3.26.0 -> 3.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzWill committed Feb 22, 2019
1 parent 2adf954 commit 148d839
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/libraries/sqlite/analyzer.nix
Expand Up @@ -6,11 +6,11 @@ in

stdenv.mkDerivation rec {
name = "sqlite-analyzer-${version}";
version = "3.26.0";
version = "3.27.1";

src = assert version == sqlite.version; fetchurl {
url = "https://sqlite.org/2018/sqlite-src-${archiveVersion version}.zip";
sha256 = "0ysgi2jrl348amdfifsl3cx90d04bijm4pn4xnvivmi3m1dq4hp0";
url = "https://sqlite.org/2019/sqlite-src-${archiveVersion version}.zip";
sha256 = "11jrr14ld9cs9l5pz3z83xds1mhsqwgg47vwdx8rq6p667dc9z7h";
};

nativeBuildInputs = [ unzip ];
Expand Down
6 changes: 3 additions & 3 deletions pkgs/development/libraries/sqlite/default.nix
Expand Up @@ -10,12 +10,12 @@ in

stdenv.mkDerivation rec {
name = "sqlite-${version}";
version = "3.26.0";
version = "3.27.1";

# NB! Make sure to update analyzer.nix src (in the same directory).
src = fetchurl {
url = "https://sqlite.org/2018/sqlite-autoconf-${archiveVersion version}.tar.gz";
sha256 = "0pdzszb4sp73hl36siiv3p300jvfvbcdxi2rrmkwgs6inwznmajx";
url = "https://sqlite.org/2019/sqlite-autoconf-${archiveVersion version}.tar.gz";
sha256 = "1y7l225jm18fz6z3vyffrkl9k6qi964w1c5ri4giixizyy7jpaal";
};

outputs = [ "bin" "dev" "out" ];
Expand Down

0 comments on commit 148d839

Please sign in to comment.