tmuxPlugins.yank: unstable-2021-06-20 -> unstable-2023-07-19

Only change is 67526eff82
This commit is contained in:
Fausto Núñez Alberro 2024-10-21 22:42:28 +02:00
parent 9c7ff88a02
commit c8079443e4
No known key found for this signature in database
GPG Key ID: C880645194A2D562

View File

@ -864,12 +864,12 @@ in rec {
yank = mkTmuxPlugin {
pluginName = "yank";
version = "unstable-2021-06-20";
version = "unstable-2023-07-19";
src = fetchFromGitHub {
owner = "tmux-plugins";
repo = "tmux-yank";
rev = "1b1a436e19f095ae8f825243dbe29800a8acd25c";
sha256 = "hRvkBf+YrWycecnDixAsD4CAHg3KsioomfJ/nLl5Zgs=";
rev = "acfd36e4fcba99f8310a7dfb432111c242fe7392";
sha256 = "sha256-/5HPaoOx2U2d8lZZJo5dKmemu6hKgHJYq23hxkddXpA=";
};
};