Tmux used in nmkpkg
3.3a is built from this method
# Get new version from ubuntu
# At root of repository
dget -x http://deb.debian.org/debian/pool/main/t/tmux/tmux_3.5a-3.dsc
rm -rf tmux && mv tmux-3.5a tmux
git add tmux
git commit -m "Upgrade to tmux 3.5a-3"
TAG=3.5a-3
git tag $TAG
git push && git push --tags
git archive --prefix=tmux-$TAG/ -o tmux-$TAG.tar refs/tags/${TAG}:tmux/
gzip tmux-$TAG.tar
sha256sum -b tmux-$TAG.tar.gz > tmux-$TAG.tar.gz.sha256