fzf: 0.44.0 -> 0.44.1

Diff: https://github.com/junegunn/fzf/compare/0.44.0...0.44.1
Changelog: https://github.com/junegunn/fzf/blob/0.44.1/CHANGELOG.md
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
This commit is contained in:
Muhammad Falak R Wani 2023-11-18 09:25:09 +05:30 committed by zowoq
parent 005617587e
commit 457610539b

View File

@ -25,13 +25,13 @@ let
in
buildGoModule rec {
pname = "fzf";
version = "0.44.0";
version = "0.44.1";
src = fetchFromGitHub {
owner = "junegunn";
repo = pname;
rev = version;
hash = "sha256-YIMtLQzxORWFWCgdnLUQLmmE79aw40LhcxqiHCWjgNk=";
hash = "sha256-oL3AA/3RPKcXLBNYaBYleueQph7/xvN/UEhwcYM9lAs=";
};
vendorHash = "sha256-EutNjyW5bvGvMZP9xBrcu91TOAbl9TDZe2+g0/qnuAQ=";