File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/by-name/go/gotosocial Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 } ;
1818in
1919buildGoModule 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 ;
You can’t perform that action at this time.
0 commit comments