From 299d1adbf34888d01609e0ae68fdbce0e4d1b784 Mon Sep 17 00:00:00 2001 From: transcaffeine Date: Tue, 11 Mar 2025 12:43:18 +0100 Subject: [PATCH] gotosocial: 0.18.1 -> 0.18.2 Release notes: https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.18.2 Full changelog: https://github.com/superseriousbusiness/gotosocial/compare/v0.18.1...v0.18.2 --- pkgs/by-name/go/gotosocial/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/go/gotosocial/package.nix b/pkgs/by-name/go/gotosocial/package.nix index 07651a11c0cf..37d103925059 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.1"; + version = "0.18.2"; web-assets = fetchurl { url = "https://github.com/${owner}/${repo}/releases/download/v${version}/${repo}_${version}_web-assets.tar.gz"; - hash = "sha256-5MSABLPyTbFMTno9vUDvLT9h7oQM6eNUuwD+dsHiCLo="; + hash = "sha256-36UwUhf3FZ+/DMI0L/g88prbEwyj2ApoRdMK8f57KCU="; }; in buildGoModule rec { @@ -23,7 +23,7 @@ buildGoModule rec { src = fetchFromGitHub { inherit owner repo; tag = "v${version}"; - hash = "sha256-4jV1G1HwpIST2Y27RAhJB3CoJevwuhxdzi615hj0Qv0="; + hash = "sha256-GHUHtTE8KQtm+sWr5K+WmOr3KY7gA9hDINIBTioXNlw="; }; vendorHash = null;