[Backport release-24.05] sqlitebrowser: 3.12.2 -> 3.13.0 (#345909)

This commit is contained in:
Sefa Eyeoglu
2024-11-07 08:07:49 +01:00
committed by GitHub

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,