Skip to content

Commit

Permalink
Merge pull request NixOS#265882 from pacien/fzf-fish-10-1
Browse files Browse the repository at this point in the history
fishPlugins.fzf-fish: 10.0 -> 10.1
  • Loading branch information
natsukium authored Nov 7, 2023
2 parents fa65ad7 + 3f8dbec commit f3420b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/shells/fish/plugins/fzf-fish.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ let
in
buildFishPlugin rec {
pname = "fzf.fish";
version = "10.0";
version = "10.1";

src = fetchFromGitHub {
owner = "PatrickF1";
repo = "fzf.fish";
rev = "v${version}";
hash = "sha256-CqRSkwNqI/vdxPKrShBykh+eHQq9QIiItD6jWdZ/DSM=";
hash = "sha256-ivXa1S/HrXFzESsV0d9zIwQiuCOYNpa1tUrvA/b15yY=";
};

nativeCheckInputs = [ fzf fd unixtools.script procps ];
Expand Down

0 comments on commit f3420b6

Please sign in to comment.