From 06ab75d92a699a26344a476fea2fe285fd57a7f5 Mon Sep 17 00:00:00 2001 From: Ittihadyya Date: Wed, 12 Feb 2025 20:34:27 +0200 Subject: [PATCH] Updated the gts packaging, because of https://gts.superseriousbusiness.org/@gotosocial/statuses/01JKXJPCK9XZ7NKDVBTYRJNNNE --- adyya-pkgs/gts.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/adyya-pkgs/gts.nix b/adyya-pkgs/gts.nix index 80195d2..9c18d8a 100644 --- a/adyya-pkgs/gts.nix +++ b/adyya-pkgs/gts.nix @@ -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;