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"; owner = "superseriousbusiness";
repo = "gotosocial"; repo = "gotosocial";
version = "0.17.3"; version = "0.17.4";
web-assets = fetchurl { web-assets = fetchurl {
url = "https://github.com/${owner}/${repo}/releases/download/v${version}/${repo}_${version}_web-assets.tar.gz"; url = "https://github.com/${owner}/${repo}/releases/download/v${version}/${repo}_${version}_web-assets.tar.gz";
hash = "sha256-85CmcWjcX8a+hZxkyRTfXErmkIx64R2scaaS2Fpf668="; hash = "";
}; };
in in
buildGoModule rec { buildGoModule rec {
@ -22,7 +22,7 @@ in
src = fetchFromGitHub { src = fetchFromGitHub {
inherit owner repo; inherit owner repo;
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-ql0tDaMc/1NgsLUpPHZB6GoXJj9DwUpadTX3AYufR/o="; hash = "";
}; };
vendorHash = null; vendorHash = null;