Merge pull request #302333 from r-ryantm/auto-update/fishPlugins.fzf-fish

fishPlugins.fzf-fish: 10.2 -> 10.3
This commit is contained in:
OTABI Tomoya 2024-04-07 23:08:07 +09:00 committed by GitHub
commit 9df63ad802
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,13 +5,13 @@ let
in
buildFishPlugin rec {
pname = "fzf.fish";
version = "10.2";
version = "10.3";
src = fetchFromGitHub {
owner = "PatrickF1";
repo = "fzf.fish";
rev = "v${version}";
hash = "sha256-1/MLKkUHe4c9YLDrH+cnL+pLiSOSERbIZSM4FTG3wF0=";
hash = "sha256-T8KYLA/r/gOKvAivKRoeqIwE2pINlxFQtZJHpOy9GMM=";
};
nativeCheckInputs = [ fzf fd unixtools.script procps ];