Updated the gts packaging, because of https://gts.superseriousbusiness.org/@gotosocial/statuses/01JKXJPCK9XZ7NKDVBTYRJNNNE
Some checks are pending
/ Check formatting (push) Waiting to run

This commit is contained in:
Ittihadyya 2025-02-12 20:34:27 +02:00
parent 46fdb8d28b
commit 06ab75d92a

View file

@ -8,11 +8,11 @@
owner = "superseriousbusiness";
repo = "gotosocial";
version = "0.17.3";
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-85CmcWjcX8a+hZxkyRTfXErmkIx64R2scaaS2Fpf668=";
hash = "";
};
in
buildGoModule rec {
@ -22,7 +22,7 @@ in
src = fetchFromGitHub {
inherit owner repo;
rev = "refs/tags/v${version}";
hash = "sha256-ql0tDaMc/1NgsLUpPHZB6GoXJj9DwUpadTX3AYufR/o=";
hash = "";
};
vendorHash = null;