Skip to content

Commit 103997e

Browse files
authoredMar 23, 2025
[Backport release-24.11] gotosocial: 0.18.2 -> 0.18.3 (#392013)
2 parents 0c68eb6 + 58f8948 commit 103997e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/by-name/go/gotosocial/package.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ let
99
owner = "superseriousbusiness";
1010
repo = "gotosocial";
1111

12-
version = "0.18.2";
12+
version = "0.18.3";
1313

1414
web-assets = fetchurl {
1515
url = "https://github.com/${owner}/${repo}/releases/download/v${version}/${repo}_${version}_web-assets.tar.gz";
16-
hash = "sha256-36UwUhf3FZ+/DMI0L/g88prbEwyj2ApoRdMK8f57KCU=";
16+
hash = "sha256-60aSiWHHHDxZggreqTVHip2Ld/PyN9T4k+NGjX/ONQc=";
1717
};
1818
in
1919
buildGoModule rec {
@@ -23,7 +23,7 @@ buildGoModule rec {
2323
src = fetchFromGitHub {
2424
inherit owner repo;
2525
tag = "v${version}";
26-
hash = "sha256-GHUHtTE8KQtm+sWr5K+WmOr3KY7gA9hDINIBTioXNlw=";
26+
hash = "sha256-fn3QrfTrKYWABRMF3imyoeVEpARl13fcq6Fu2GwsrcE=";
2727
};
2828

2929
vendorHash = null;

0 commit comments

Comments
 (0)
Failed to load comments.