Unverified Commit c173170d authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #329334 from r-ryantm/auto-update/sqlitebrowser

sqlitebrowser: 3.12.2 -> 3.13.0
parents 257e0b2a 8db75672
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,13 +4,13 @@

mkDerivation rec {
  pname = "sqlitebrowser";
  version = "3.12.2";
  version = "3.13.0";

  src = fetchFromGitHub {
    owner = pname;
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-33iVic0kxemWld+SiHOWGlKFSi5fpk1RtLUiNDr7WNI=";
    sha256 = "sha256-2U0jnL2hmrxynMxEiObl10bKFAFlCrY2hulZ/Ggqimw=";
  };

  # We should be using qscintilla from nixpkgs instead of the vendored version,