Skip to content

Commit

Permalink
Merge pull request #51352 from dtzWill/update/sqlite-3.26.0
Browse files Browse the repository at this point in the history
 sqlite: 3.25.3 -> 3.26.0
  • Loading branch information
dtzWill committed Dec 3, 2018
2 parents 1ccfa8f + 2d7c6d0 commit 751beff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/sqlite/analyzer.nix
Expand Up @@ -6,11 +6,11 @@ in

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

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

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

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

# 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 = "1pgkja0d13qp5p79ik9kh9lm5y79cwyxwwfc80cr8a1rw5xzksq0";
sha256 = "0pdzszb4sp73hl36siiv3p300jvfvbcdxi2rrmkwgs6inwznmajx";
};

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

0 comments on commit 751beff

Please sign in to comment.