pkgs/gotosocial: update to 0.10.0

This commit is contained in:
Aaron Bieber 2023-07-21 08:03:25 -06:00
parent f0c1da5ee8
commit 22517f9700
No known key found for this signature in database

View File

@ -6,9 +6,9 @@
ffmpeg,
...
}: let
gotosocialVersion = "0.10.0-rc3";
gtswaHash = "sha256:1pnnpbxz4b1gy194sw4yvxalk6ym04ha978w3hjz4shvymq3qnw4";
gtssHash = "sha256-Up9TXSm1fQTQ4s/9WQLaelVsSqH93ljNuWx6aEIrI3I=";
gotosocialVersion = "0.10.0";
gtswaHash = "sha256:1842qjb09s5rkyc1b2pwn45f3sl6dycjfzspd7z0gwh8l8dag2mm";
gtssHash = "sha256-SE+u89xAV6jJulU8XETlzTrqtwBYeMdNGyjk648b7h8=";
gotosocialWebAssets = builtins.fetchurl {
url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v${gotosocialVersion}/gotosocial_${gotosocialVersion}_web-assets.tar.gz";
sha256 = gtswaHash;