Update GotoSocial to 0.10.0-rc3

This commit is contained in:
Natsu Kagami 2023-07-18 12:18:22 +02:00
parent 5bdecb4e12
commit 89f8c9903e
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

@ -4,11 +4,11 @@ let
in
stdenv.mkDerivation rec {
pname = "gotosocial-bin";
version = "0.10.0-rc2";
version = "0.10.0-rc3";
src = builtins.fetchurl {
url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v${version}/gotosocial_${version}_linux_amd64.tar.gz";
sha256 = "sha256:0miihwp9nwvi4818wdfami2s0k6r8d6zzwh6nvxyy3b4hg3hsci0";
sha256 = "sha256:0xnaqn38bafqpvk2sdl5m5ddkbs92ykxav3lzsfphydj9n5a80hb";
# sha256 = fakeSha256;
};