about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2023-12-06 15:06:58 +0900
committerGitHub <noreply@github.com>2023-12-06 15:06:58 +0900
commit80bc35ed2034ab32ef6046f6c0f225b291cc4608 (patch)
tree191d83b098fecfa284e149c5d739d9d3da7387b4 /pkgs/shells
parentbf78e6a54601fc74d8d27fb918a420c84fb6f5b3 (diff)
parent7c77b21fd949ad0e9b45fb58c2626033f8758895 (diff)
Merge pull request #272292 from r-ryantm/auto-update/fishPlugins.fzf-fish
fishPlugins.fzf-fish: 10.1 -> 10.2
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/fish/plugins/fzf-fish.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/shells/fish/plugins/fzf-fish.nix b/pkgs/shells/fish/plugins/fzf-fish.nix
index 52c4725114fa1..a9557d70c36c0 100644
--- a/pkgs/shells/fish/plugins/fzf-fish.nix
+++ b/pkgs/shells/fish/plugins/fzf-fish.nix
@@ -5,13 +5,13 @@ let
 in
 buildFishPlugin rec {
   pname = "fzf.fish";
-  version = "10.1";
+  version = "10.2";
 
   src = fetchFromGitHub {
     owner = "PatrickF1";
     repo = "fzf.fish";
     rev = "v${version}";
-    hash = "sha256-ivXa1S/HrXFzESsV0d9zIwQiuCOYNpa1tUrvA/b15yY=";
+    hash = "sha256-1/MLKkUHe4c9YLDrH+cnL+pLiSOSERbIZSM4FTG3wF0=";
   };
 
   nativeCheckInputs = [ fzf fd unixtools.script procps ];