sharkey: 2025.4.6 -> 2025.4.7 (#522247)

This commit is contained in:
Michael Daniels
2026-05-23 04:30:30 +00:00
committed by GitHub
+2 -2
View File
@@ -28,14 +28,14 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "sharkey";
version = "2025.4.6";
version = "2025.4.7";
src = fetchFromGitLab {
domain = "activitypub.software";
owner = "TransFem-org";
repo = "Sharkey";
tag = finalAttrs.version;
hash = "sha256-TtwlveTIjzDYpFR+F5c0If6E1D2E5MI9I2IoDIV0u7E=";
hash = "sha256-Gfn/oB9cc7LCeQxrfxuCmF7Z9A3VUGZwnhBip07c0kY=";
fetchSubmodules = true;
};