Skip to content

Commit

Permalink
[Backport release-24.05] sqlitebrowser: 3.12.2 -> 3.13.0 (#345909)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrumplex authored Nov 7, 2024
2 parents cc34d1e + d604aca commit 83fb6c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/database/sqlitebrowser/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 83fb6c0

Please sign in to comment.