sharkey: 2025.4.3 -> 2025.4.4 (#431142)

Changed files
+16 -7
nixos
modules
services
web-apps
tests
web-apps
pkgs
by-name
sh
sharkey
+4 -1
nixos/modules/services/web-apps/sharkey.nix
···
})
]);
-
meta.maintainers = with lib.maintainers; [ srxl ];
+
meta.maintainers = with lib.maintainers; [
+
srxl
+
tmarkus
+
];
}
+4 -1
nixos/tests/web-apps/sharkey.nix
···
machine.succeed("curl --fail http://localhost:3000")
'';
-
meta.maintainers = with lib.maintainers; [ srxl ];
+
meta.maintainers = with lib.maintainers; [
+
srxl
+
tmarkus
+
];
}
+8 -5
pkgs/by-name/sh/sharkey/package.nix
···
stdenv.mkDerivation (finalAttrs: {
pname = "sharkey";
-
version = "2025.4.3";
+
version = "2025.4.4";
src = fetchFromGitLab {
domain = "activitypub.software";
owner = "TransFem-org";
repo = "Sharkey";
tag = finalAttrs.version;
-
hash = "sha256-B268bSR5VFyJ/TaWg3xxpnP4oRj07XUpikJZ2Tb9FEY=";
+
hash = "sha256-h6FkjwJ+TI5NZmGYOl/+yNP7gyc7FKmpdkfXmgqxh/s=";
fetchSubmodules = true;
};
pnpmDeps = pnpm_9.fetchDeps {
inherit (finalAttrs) pname version src;
-
fetcherVersion = 1;
-
hash = "sha256-S8LxawbtguFOEZyYbS1FQWw/TcRm4Z6mG7dUhfXbf1c=";
+
fetcherVersion = 2;
+
hash = "sha256-34X8oJGkGXB9y7W4MquUkv8vY5yq2RoGIUCbjYppkIU=";
};
nativeBuildInputs = [
···
license = lib.licenses.agpl3Only;
platforms = with lib.platforms; linux ++ darwin;
mainProgram = "sharkey";
-
maintainers = with lib.maintainers; [ srxl ];
+
maintainers = with lib.maintainers; [
+
srxl
+
tmarkus
+
];
};
})