Update gotosocial

This commit is contained in:
Natsu Kagami 2023-05-17 23:41:21 +02:00
parent 8f9a556f37
commit d8f1bb1ddb
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51

View file

@ -8,7 +8,8 @@ stdenv.mkDerivation rec {
src = builtins.fetchurl {
url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v${version}/gotosocial_${version}_linux_amd64.tar.gz";
sha256 = "1liz4avmqlnsb0ry5qzha5rsa5g81jd755ppl8yx8cpiyrs7lj8w";
sha256 = "sha256:1liz4avmqlnsb0ry5qzha5rsa5g81jd755ppl8yx8cpiyrs7lj8w";
# sha256 = fakeSha256;
};
nativeBuildInputs = [ autoPatchelfHook ];