From 2e12f1537c26b76070937d0eb07ae48bc91296e3 Mon Sep 17 00:00:00 2001 From: Veselin Ivanov Date: Sat, 4 Apr 2026 17:48:25 +0300 Subject: [PATCH] tmuxPlugins.harpoon: 0.4.0 -> 0.5.0 --- pkgs/misc/tmux-plugins/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/misc/tmux-plugins/default.nix b/pkgs/misc/tmux-plugins/default.nix index c72903c8ee71..08f7906c5168 100644 --- a/pkgs/misc/tmux-plugins/default.nix +++ b/pkgs/misc/tmux-plugins/default.nix @@ -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";