tmuxPlugins.harpoon: 0.4.0 -> 0.5.0

This commit is contained in:
Veselin Ivanov
2026-04-04 17:48:25 +03:00
parent b31b2c147e
commit 2e12f1537c
+3 -3
View File
@@ -384,12 +384,12 @@ in
harpoon = mkTmuxPlugin {
pluginName = "harpoon";
rtpFilePath = "harpoon.tmux";
version = "0.4.0";
version = "0.5.0";
src = fetchFromGitHub {
owner = "chaitanyabsprip";
repo = "tmux-harpoon";
rev = "v0.4.0";
hash = "sha256-+IakWkPoQFhIQ4m/98NVYWe5tFKmtfKBnPXZcfU9iOk=";
rev = "v0.5.0";
hash = "sha256-eqzf3hEaliF1t7zwZlj1YDGvn0jKdbBTgy5PoOPVMEU=";
};
meta = {
homepage = "https://github.com/Chaitanyabsprip/tmux-harpoon";