Update gotosocial to 0.11.0-rc2

This commit is contained in:
Natsu Kagami 2023-08-14 10:26:12 +02:00
parent ec9d75b77e
commit 0551f7e606
Signed by: nki
GPG key ID: 55A032EB38B49ADB
2 changed files with 3 additions and 2 deletions

View file

@ -113,6 +113,7 @@ in
WorkingDirectory = "/var/lib/gotosocial";
};
wantedBy = [ "multi-user.target" ];
requires = [ "minio.service" ];
};
};
}

View file

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