summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortranscaffeine <transcaffeine@finally.coffee>2025-04-23 18:41:21 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-04-23 17:08:00 +0000
commitb6c4e78c491a0460093dd8a360ddbaf03c5557c9 (patch)
tree1099cc54fd503c0c2b1241418c11ba7494e08180
parent[Backport release-24.11] emacs: disable native compilation on Darwin (#401173) (diff)
downloadnixpkgs-origin/backport-401177-to-release-24.11.tar.gz
gotosocial: 0.18.3 -> 0.19.0origin/backport-401177-to-release-24.11
Release notes: https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.19.0 Full changelog: https://github.com/superseriousbusiness/gotosocial/compare/v0.18.3...v0.19.0 (cherry picked from commit 4880d3ae43d1c813c476ee70766a1132d0a4d3df)
-rw-r--r--pkgs/by-name/go/gotosocial/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/go/gotosocial/package.nix b/pkgs/by-name/go/gotosocial/package.nix
index 6a6f48c67f6d..639d0718a22b 100644
--- a/pkgs/by-name/go/gotosocial/package.nix
+++ b/pkgs/by-name/go/gotosocial/package.nix
@@ -9,11 +9,11 @@ let
owner = "superseriousbusiness";
repo = "gotosocial";
- version = "0.18.3";
+ version = "0.19.0";
web-assets = fetchurl {
url = "https://github.com/${owner}/${repo}/releases/download/v${version}/${repo}_${version}_web-assets.tar.gz";
- hash = "sha256-60aSiWHHHDxZggreqTVHip2Ld/PyN9T4k+NGjX/ONQc=";
+ hash = "sha256-Ba497VKK30MWcLlR4CDDUrFZKWf/UXiSgeDr/f7fFkc=";
};
in
buildGoModule rec {
@@ -23,7 +23,7 @@ buildGoModule rec {
src = fetchFromGitHub {
inherit owner repo;
tag = "v${version}";
- hash = "sha256-fn3QrfTrKYWABRMF3imyoeVEpARl13fcq6Fu2GwsrcE=";
+ hash = "sha256-ioIsa2L1w4z1b7tWFhHScmPwRRq0WLngIdm4r2eCveM=";
};
vendorHash = null;