mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
gotosocial: 0.21.0 -> 0.21.1 (#496884)
This commit is contained in:
commit
f7b986d238
1 changed files with 4 additions and 2 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue