sqlitebrowser: 3.13.0 -> 3.13.1

This commit is contained in:
R. Ryantm 2024-10-16 17:35:06 +00:00 committed by Bjørn Forsman
parent 967335c0e2
commit 1df9f2a2ec

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sqlitebrowser";
version = "3.13.0";
version = "3.13.1";
src = fetchFromGitHub {
owner = "sqlitebrowser";
repo = "sqlitebrowser";
rev = "v${finalAttrs.version}";
sha256 = "sha256-2U0jnL2hmrxynMxEiObl10bKFAFlCrY2hulZ/Ggqimw=";
sha256 = "sha256-bpZnO8i8MDgOm0f93pBmpy1sZLJQ9R4o4ZLnGfT0JRg=";
};
patches = lib.optional stdenv.hostPlatform.isDarwin ./macos.patch;