about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorChristian Kögler <ck3d@gmx.de>2022-08-15 14:03:29 +0200
committerGitHub <noreply@github.com>2022-08-15 14:03:29 +0200
commita84752ae2983da0fb4f80a417ed15af6c18decdd (patch)
tree26d591612110cd86977c772b690473f4af54c4d4 /pkgs/shells
parentea1fcbebbe3bb0a600078d917bcfb11fb45a2680 (diff)
parentf28b29999b4351b2ed9dc5f06cd50879bd698da5 (diff)
Merge pull request #183996 from r-ryantm/auto-update/fishplugin-fzf.fish
fishPlugins.fzf-fish: 9.0 -> 9.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 a4a4e319c6bbe..5f55808cb5142 100644
--- a/pkgs/shells/fish/plugins/fzf-fish.nix
+++ b/pkgs/shells/fish/plugins/fzf-fish.nix
@@ -2,13 +2,13 @@
 
 buildFishPlugin rec {
   pname = "fzf.fish";
-  version = "9.0";
+  version = "9.2";
 
   src = fetchFromGitHub {
     owner = "PatrickF1";
     repo = "fzf.fish";
     rev = "v${version}";
-    sha256 = "sha256-0rnd8oJzLw8x/U7OLqoOMQpK81gRc7DTxZRSHxN9YlM=";
+    sha256 = "sha256-XmRGe39O3xXmTvfawwT2mCwLIyXOlQm7f40mH5tzz+s=";
   };
 
   checkInputs = [ fzf fd util-linux ];