summaryrefslogtreecommitdiffstats
path: root/pkgs/shells
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-06-25 23:31:04 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-06-25 23:31:04 +0000
commit6baba0416ab265186a631150daeaf571fa4a97da (patch)
tree27a52d6caa8447a819bda265416b7e1aa353220d /pkgs/shells
parentd3ec37479d1aa00242695ef3f19865bf63b1b21e (diff)
fishPlugins.fzf-fish: 8.3 -> 9.0
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 374e4db4bb22..a4a4e319c6bb 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 = "8.3";
+ version = "9.0";
src = fetchFromGitHub {
owner = "PatrickF1";
repo = "fzf.fish";
rev = "v${version}";
- sha256 = "sha256-eSNUqvKXTxcuvICxo8BmVWL1ESXQuU7VhOl7aONrhwM=";
+ sha256 = "sha256-0rnd8oJzLw8x/U7OLqoOMQpK81gRc7DTxZRSHxN9YlM=";
};
checkInputs = [ fzf fd util-linux ];