about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2024-04-07 23:08:07 +0900
committerGitHub <noreply@github.com>2024-04-07 23:08:07 +0900
commit9df63ad802d332ee4c07d797db851e67d12f766f (patch)
tree9bb7c910a9eeb67125b00a6da4aaa3f6731aa4d5 /pkgs/shells
parent8a35fec862ef48c5a56f5121febe3eb86e085c2d (diff)
parent9cac204f99b4c4a24813194923af934c9c1dcea2 (diff)
Merge pull request #302333 from r-ryantm/auto-update/fishPlugins.fzf-fish
fishPlugins.fzf-fish: 10.2 -> 10.3
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 a9557d70c36c0..3a70c888c352d 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.2";
+  version = "10.3";
 
   src = fetchFromGitHub {
     owner = "PatrickF1";
     repo = "fzf.fish";
     rev = "v${version}";
-    hash = "sha256-1/MLKkUHe4c9YLDrH+cnL+pLiSOSERbIZSM4FTG3wF0=";
+    hash = "sha256-T8KYLA/r/gOKvAivKRoeqIwE2pINlxFQtZJHpOy9GMM=";
   };
 
   nativeCheckInputs = [ fzf fd unixtools.script procps ];