Merge pull request #323347 from leana8959/patch-tmux-sixel

This commit is contained in:
Franz Pletz 2024-06-30 19:31:58 +02:00 committed by GitHub
commit cf24fdf40e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,6 +48,12 @@ stdenv.mkDerivation (finalAttrs: {
url = "https://github.com/tmux/tmux/commit/4f5a944ae3e8f7a230054b6c0b26f423fa738e71.patch";
hash = "sha256-HlUeU5ZicPe7Ya8A1HpunxfVOE2BF6jOHq3ZqTuU5RE=";
})
# https://github.com/tmux/tmux/issues/3983
# fix tmux crashing when neovim is used in a ssh session
(fetchpatch {
url = "https://github.com/tmux/tmux/commit/aa17f0e0c1c8b3f1d6fc8617613c74f07de66fae.patch";
hash = "sha256-jhWGnC9tsGqTTA5tU+i4G3wlwZ7HGz4P0UHl17dVRU4=";
})
];
nativeBuildInputs = [