commit c363f551a794bab001ae344f22e777c1d87a7711
parent 1f148b2a1e612ac45e8ec76093c475d2b9fb5fda
Author: Leah (ctucx) <git@ctu.cx>
Date: Tue, 6 Dec 2022 14:54:00 +0100
parent 1f148b2a1e612ac45e8ec76093c475d2b9fb5fda
Author: Leah (ctucx) <git@ctu.cx>
Date: Tue, 6 Dec 2022 14:54:00 +0100
pkgs/gotosocial-bin: update version (0.5.2 -> 0.6.0)
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.5.2"; + version = "0.6.0"; src = fetchurl { url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v${version}/gotosocial_${version}_linux_amd64.tar.gz"; - sha256 = "sha256-RPk75QVkbhsUSJYDK+03mErPHcOgQ1s7t7vINUoGNps"; + sha256 = "sha256-TX4qVptiXlhU/wD1wFdIcKNkPXSCHP5/kj4ECP89svw"; }; nativeBuildInputs = [