diff --git a/pkgs/gotosocial.nix b/pkgs/gotosocial.nix index b209218..491b941 100644 --- a/pkgs/gotosocial.nix +++ b/pkgs/gotosocial.nix @@ -1,4 +1,5 @@ -{ stdenv, lib, buildGoModule, fetchFromGitHub, makeWrapper, go, git, ffmpeg, ... }: +{ stdenv, lib, buildGoModule, fetchFromGitHub, makeWrapper, go, git, ffmpeg, ... +}: let gotosocialVersion = "0.5.0-rc2"; gotosocialWebAssets = builtins.fetchurl {