gotosocial: 0.19.0 -> 0.19.1

This commit is contained in:
CherryKitten
2025-05-07 16:57:09 +01:00
committed by Emery Hemingway
parent 1d34ae29c2
commit c50cc4dbc5
+3 -3
View File
@@ -10,11 +10,11 @@ let
owner = "superseriousbusiness";
repo = "gotosocial";
version = "0.19.0";
version = "0.19.1";
web-assets = fetchurl {
url = "https://${domain}/${owner}/${repo}/releases/download/v${version}/${repo}_${version}_web-assets.tar.gz";
hash = "sha256-Ba497VKK30MWcLlR4CDDUrFZKWf/UXiSgeDr/f7fFkc=";
hash = "sha256-UtxFm8ZSpIGXruBdanSF1lkA7Gs1FJNhoqzDTqSNYUM=";
};
in
buildGoModule rec {
@@ -24,7 +24,7 @@ buildGoModule rec {
src = fetchFromGitea {
inherit domain owner repo;
tag = "v${version}";
hash = "sha256-ioIsa2L1w4z1b7tWFhHScmPwRRq0WLngIdm4r2eCveM=";
hash = "sha256-RhJRdRxTdbZwIAGD3gH0mjDfCvdS7xkRxcUd1ArsNoo=";
};
vendorHash = null;