Update gts to 0.12.0-rc1

This commit is contained in:
Natsu Kagami 2023-10-17 23:31:09 +02:00
parent a9bba20428
commit 9a84dde328
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

@ -4,11 +4,11 @@ let
in
stdenv.mkDerivation rec {
pname = "gotosocial-bin";
version = "0.11.1";
version = "0.12.0-rc1";
src = builtins.fetchurl {
url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v${version}/gotosocial_${version}_linux_amd64.tar.gz";
sha256 = "sha256:01ylmsvlq86nf2hsj8mcgnhpgc7g0vyqs5sx3g2j79a4835sai2f";
sha256 = "sha256:1iy49p0l8q0wgk9x0pnp9bys956as568gb779vcqw4dvpy1ambnz";
# sha256 = fakeSha256;
};