Update authentik and gts

This commit is contained in:
Natsu Kagami 2023-09-17 13:02:25 +02:00
parent 1168c85ecf
commit 9bfc27d6b9
Signed by: nki
GPG key ID: 55A032EB38B49ADB
2 changed files with 4 additions and 4 deletions

View file

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