gotosocial: 0.17.4 -> 0.18.1

Release notes:
https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.18.0,
https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.18.1,
Full Changelog:
https://github.com/superseriousbusiness/gotosocial/compare/v0.17.4...v0.18.1

Changed files
+3 -3
pkgs
by-name
go
gotosocial
+3 -3
pkgs/by-name/go/gotosocial/package.nix
···
owner = "superseriousbusiness";
repo = "gotosocial";
-
version = "0.17.4";
web-assets = fetchurl {
url = "https://github.com/${owner}/${repo}/releases/download/v${version}/${repo}_${version}_web-assets.tar.gz";
-
hash = "sha256-esip1xGB0NroYRlKLNEs/o3J2G2nQyOIZTdDpVuY5Ag=";
};
in
buildGoModule rec {
···
src = fetchFromGitHub {
inherit owner repo;
tag = "v${version}";
-
hash = "sha256-OikJkTc2UK74eGy8AjEAk8cyRL57QReM0J6tXr9EAjw=";
};
vendorHash = null;
···
owner = "superseriousbusiness";
repo = "gotosocial";
+
version = "0.18.1";
web-assets = fetchurl {
url = "https://github.com/${owner}/${repo}/releases/download/v${version}/${repo}_${version}_web-assets.tar.gz";
+
hash = "sha256-5MSABLPyTbFMTno9vUDvLT9h7oQM6eNUuwD+dsHiCLo=";
};
in
buildGoModule rec {
···
src = fetchFromGitHub {
inherit owner repo;
tag = "v${version}";
+
hash = "sha256-4jV1G1HwpIST2Y27RAhJB3CoJevwuhxdzi615hj0Qv0=";
};
vendorHash = null;