Update GtS

This commit is contained in:
Natsu Kagami 2023-07-16 11:12:05 +02:00
parent 297500e088
commit a1e567e5f4
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-rc1";
version = "0.10.0-rc2";
src = builtins.fetchurl {
url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v${version}/gotosocial_${version}_linux_amd64.tar.gz";
sha256 = "sha256:1a8ygs3kqi7v07mk96k3r4azbjz7sqgshlplslwbnfcsli8m60dz";
sha256 = "sha256:0miihwp9nwvi4818wdfami2s0k6r8d6zzwh6nvxyy3b4hg3hsci0";
# sha256 = fakeSha256;
};