We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c68eb6 + 58f8948 commit 103997eCopy full SHA for 103997e
pkgs/by-name/go/gotosocial/package.nix
@@ -9,11 +9,11 @@ let
9
owner = "superseriousbusiness";
10
repo = "gotosocial";
11
12
- version = "0.18.2";
+ version = "0.18.3";
13
14
web-assets = fetchurl {
15
url = "https://github.com/${owner}/${repo}/releases/download/v${version}/${repo}_${version}_web-assets.tar.gz";
16
- hash = "sha256-36UwUhf3FZ+/DMI0L/g88prbEwyj2ApoRdMK8f57KCU=";
+ hash = "sha256-60aSiWHHHDxZggreqTVHip2Ld/PyN9T4k+NGjX/ONQc=";
17
};
18
in
19
buildGoModule rec {
@@ -23,7 +23,7 @@ buildGoModule rec {
23
src = fetchFromGitHub {
24
inherit owner repo;
25
tag = "v${version}";
26
- hash = "sha256-GHUHtTE8KQtm+sWr5K+WmOr3KY7gA9hDINIBTioXNlw=";
+ hash = "sha256-fn3QrfTrKYWABRMF3imyoeVEpARl13fcq6Fu2GwsrcE=";
27
28
29
vendorHash = null;
0 commit comments