Merge pull request #183996 from r-ryantm/auto-update/fishplugin-fzf.fish

fishPlugins.fzf-fish: 9.0 -> 9.2
This commit is contained in:
Christian Kögler 2022-08-15 14:03:29 +02:00 committed by GitHub
commit a84752ae29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];