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

fishPlugins.fzf-fish: 8.2 -> 8.3
This commit is contained in:
Mario Rodas 2022-04-30 01:54:03 -05:00 committed by GitHub
commit 51b3aa5f99
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 = "8.2";
version = "8.3";
src = fetchFromGitHub {
owner = "PatrickF1";
repo = "fzf.fish";
rev = "v${version}";
sha256 = "sha256-WRrPd/GuXHJ9uYvhwjwp9AEtvbfMlpV0xdgNyfx43ok=";
sha256 = "sha256-eSNUqvKXTxcuvICxo8BmVWL1ESXQuU7VhOl7aONrhwM=";
};
checkInputs = [ fzf fd util-linux ];