gotosocial: 0.21.0 -> 0.21.1 (#496884)

This commit is contained in:
Nikolay Korotkiy 2026-03-07 09:17:51 +00:00 committed by GitHub
commit f7b986d238
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,16 +7,17 @@
yarn,
yarnConfigHook,
nixosTests,
nix-update-script,
}:
buildGo124Module (finalAttrs: {
pname = "gotosocial";
version = "0.21.0";
version = "0.21.1";
src = fetchFromCodeberg {
owner = "superseriousbusiness";
repo = "gotosocial";
tag = "v${finalAttrs.version}";
hash = "sha256-ifSm3tV8P435v7WUS2BYXfVS3FHu9Axz3IQWGdTw3Bg=";
hash = "sha256-LnxEvOLv+NBjdAbxxtilegW/xqBvMzy3CGM75yJsW0s=";
};
vendorHash = null;
@ -82,6 +83,7 @@ buildGo124Module (finalAttrs: {
[ "-skip=^${builtins.concatStringsSep "$|^" skippedTests}$" ];
passthru.tests.gotosocial = nixosTests.gotosocial;
passthru.updateScript = nix-update-script { };
meta = {
homepage = "https://gotosocial.org";