Unverified Commit f7b986d2 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

gotosocial: 0.21.0 -> 0.21.1 (#496884)

parents 10e7894b a646be76
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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";