commit d7ac4d473886fb497f620f967b6043bb9ecbf334
parent f27a1c2433952390c0a88cd7642f2a69c8db2b91
Author: Leah (ctucx) <git@ctu.cx>
Date: Thu, 23 Feb 2023 16:53:01 +0100
parent f27a1c2433952390c0a88cd7642f2a69c8db2b91
Author: Leah (ctucx) <git@ctu.cx>
Date: Thu, 23 Feb 2023 16:53:01 +0100
pkgs/gotosocial-bin: update version 0.6.0 -> 0.7.1
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pkgs/gotosocial-bin.nix b/pkgs/gotosocial-bin.nix @@ -3,11 +3,11 @@ stdenv.mkDerivation rec { pname = "gotosocial"; - version = "0.6.0"; + version = "0.7.1"; src = fetchurl { url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v${version}/gotosocial_${version}_linux_amd64.tar.gz"; - sha256 = "sha256-TX4qVptiXlhU/wD1wFdIcKNkPXSCHP5/kj4ECP89svw"; + sha256 = "sha256-4ZdAtctokdgEQEJdXCVQif7wawi3QdxfEVdhyUo5EOc"; }; nativeBuildInputs = [