Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8b8a83ff79ac
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7daed84c0c6c
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 3, 2017

  1. sqlite3_analyzer: 3.17.0 -> 3.19.2

    mimadrid committed Jun 3, 2017

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    dtzWill Will Dietz
    Copy the full SHA
    a604f14 View commit details
  2. Merge pull request #26357 from mimadrid/update/sqlite3_analyzer-3.19.2

    sqlite3_analyzer: 3.17.0 -> 3.19.2
    Mic92 authored Jun 3, 2017

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    dtzWill Will Dietz
    Copy the full SHA
    7daed84 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/development/libraries/sqlite/sqlite3_analyzer.nix
6 changes: 3 additions & 3 deletions pkgs/development/libraries/sqlite/sqlite3_analyzer.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ lib, stdenv, fetchurl, unzip, tcl }:

stdenv.mkDerivation {
name = "sqlite3_analyzer-3.17.0";
name = "sqlite3_analyzer-3.19.2";

src = fetchurl {
url = "https://www.sqlite.org/2017/sqlite-src-3170000.zip";
sha256 = "1hs8nzk2pjr4fhhrwcyqwpa24gd4ndp6f0japykg5wfadgp4nxc6";
url = "https://www.sqlite.org/2017/sqlite-src-3190200.zip";
sha256 = "1hdbs41mdyyy641gix87pllsd29p8dim7gj4qvmiyfra2q5kg749";
};

nativeBuildInputs = [ unzip ];