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

Only change is https://github.com/tmux-plugins/tmux-yank/commit/67526eff8289085fb0cd7d4584f2e207499f2b21
This commit is contained in:
Fausto Núñez Alberro
2024-10-21 22:46:04 +02:00
parent 9c7ff88a02
commit c8079443e4
+3 -3
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=";
};
};