sqlitebrowser: 3.12.2 -> 3.13.0

This commit is contained in:
R. Ryantm
2024-07-23 04:58:11 +00:00
parent 6f3bb7dca6
commit 8db7567216
@@ -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,