Open WhyNotHugo opened 8 months ago
Try using the pre built binaries for now, if possible. I have to update the sources, which will be done by this week or the next.
Sure, deleting the entry from go.sum
and adding the above version worked.
I had to build from source to use a patched dependency due to https://github.com/mafik/pulseaudio/pull/4
Current
master
points to a commit intview
which does not exist upstream:GitHub does show this commit, but it seems to belong only in a fork: https://github.com/darkhz/tview/commit/5ca91a0d158f
Using
github.com/darkhz/tview v0.0.0-20240308094543-6078a888ff79
instead seems to work.