diff --git a/pkgs/gotosocial.nix b/pkgs/gotosocial.nix index 063cdcd..63c5e7a 100644 --- a/pkgs/gotosocial.nix +++ b/pkgs/gotosocial.nix @@ -6,9 +6,9 @@ , ... }: let - gotosocialVersion = "0.16.0-rc3"; - gtswaHash = "sha256:1rccnwnd4db2m73vxs3r3zqcylkpcad08dzpdh08rwmr0fvmqnhy"; - gtssHash = "sha256-jmVOMuBaojoCVCXsvcfDSsj+Oy0gosk2QQr2Paa5qL0="; + gotosocialVersion = "0.16.0"; + gtswaHash = "sha256:1gampfm5yrjfx7cxhjj9zpw1qsxlmfsijwy523brp8dgj9vjk539"; + gtssHash = "sha256-QoG09+jmq5e5vxDVtkhY35098W/9B1HsYTuUnz43LV4="; gotosocialWebAssets = builtins.fetchurl { url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v${gotosocialVersion}/gotosocial_${gotosocialVersion}_web-assets.tar.gz"; sha256 = gtswaHash;