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

sqlitebrowser: 3.12.2 -> 3.13.0
This commit is contained in:
Matthias Beyer 2024-07-28 14:56:45 +02:00 committed by GitHub
commit c173170dee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,