This commit is contained in:
Aaron Bieber 2022-09-21 06:05:16 -06:00
parent bd872960d8
commit 61babda8f8
No known key found for this signature in database

View File

@ -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 {