summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-11 17:12:38 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-02-12 21:02:00 -0800
commitc3890c4c4165ecc2349d3da5a36177b353d64006 (patch)
tree6824ca2925e4abc644da9df4c2591cb7f62da19e /pkgs/shells
parent65a1a365718e20cc47dbb06d0447f7fd9814b1b6 (diff)
downloadnixpkgs-c3890c4c4165ecc2349d3da5a36177b353d64006.tar
nixpkgs-c3890c4c4165ecc2349d3da5a36177b353d64006.tar.gz
nixpkgs-c3890c4c4165ecc2349d3da5a36177b353d64006.tar.bz2
nixpkgs-c3890c4c4165ecc2349d3da5a36177b353d64006.tar.lz
nixpkgs-c3890c4c4165ecc2349d3da5a36177b353d64006.tar.xz
nixpkgs-c3890c4c4165ecc2349d3da5a36177b353d64006.tar.zst
nixpkgs-c3890c4c4165ecc2349d3da5a36177b353d64006.zip
fishPlugins.fzf-fish: 7.4 -> 8.1
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 9fbc09a831d..34676130858 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 = "7.4";
+  version = "8.1";
 
   src = fetchFromGitHub {
     owner = "PatrickF1";
     repo = "fzf.fish";
     rev = "v${version}";
-    sha256 = "sha256-dngAKzyD+lmqmxsCSOMViyCgA/+Ve35gLtPS+Lgs8Pc=";
+    sha256 = "sha256-uqYVbRdrcO6StaIim9S8xmb9P67CmXnLEywSeILn4yQ=";
   };
 
   checkInputs = [ fzf fd util-linux ];