gotosocial: 0.10.0 -> 0.11.0

This commit is contained in:
Sam Willcocks 2023-08-19 15:37:47 +02:00
parent 287354eb81
commit 72b3452d94

View file

@ -9,13 +9,11 @@ let
owner = "superseriousbusiness";
repo = "gotosocial";
version = "0.10.0";
source-hash = "sha256-SE+u89xAV6jJulU8XETlzTrqtwBYeMdNGyjk648b7h8=";
web-assets-hash = "sha256-tYqnGqII8gf+aVd/J5lvhurhCrH8ihWYn7noBJbEgqA=";
version = "0.11.0";
web-assets = fetchurl {
url = "https://github.com/${owner}/${repo}/releases/download/v${version}/${repo}_${version}_web-assets.tar.gz";
hash = web-assets-hash;
hash = "sha256-NK5m+ERZQtl5Stq2+bWw0LS2SbmlhEJDZjTTxYciemE=";
};
in
buildGoModule rec {
@ -25,7 +23,7 @@ buildGoModule rec {
src = fetchFromGitHub {
inherit owner repo;
rev = "refs/tags/v${version}";
hash = source-hash;
hash = "sha256-qbq5pDvG2L1s6BG+sh7eagcFNH/DWyANMQaAl2WcQzE=";
};
vendorHash = null;