sharkey: 2025.4.4 -> 2025.4.6 (#498066)

This commit is contained in:
Martin Weinelt
2026-03-09 19:15:42 +00:00
committed by GitHub
+2 -2
View File
@@ -28,14 +28,14 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "sharkey";
version = "2025.4.4";
version = "2025.4.6";
src = fetchFromGitLab {
domain = "activitypub.software";
owner = "TransFem-org";
repo = "Sharkey";
tag = finalAttrs.version;
hash = "sha256-h6FkjwJ+TI5NZmGYOl/+yNP7gyc7FKmpdkfXmgqxh/s=";
hash = "sha256-TtwlveTIjzDYpFR+F5c0If6E1D2E5MI9I2IoDIV0u7E=";
fetchSubmodules = true;
};