fzf: 0.43.0 -> 0.44.0
Diff: https://github.com/junegunn/fzf/compare/0.43.0...0.44.0 Changelog: https://github.com/junegunn/fzf/blob/0.44.0/CHANGELOG.md
This commit is contained in:
parent
1582451dc5
commit
419b6b2d5c
1 changed files with 3 additions and 3 deletions
|
@ -25,16 +25,16 @@ let
|
|||
in
|
||||
buildGoModule rec {
|
||||
pname = "fzf";
|
||||
version = "0.43.0";
|
||||
version = "0.44.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "junegunn";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
hash = "sha256-5voAO3vHygSo7rl9ELdb9BwMNFVZdjEe7x8foyi+a6s=";
|
||||
hash = "sha256-YIMtLQzxORWFWCgdnLUQLmmE79aw40LhcxqiHCWjgNk=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-cv8KUXPRXufvbaZlvf/DeFfQCzu7MAlikRVPHWlakx0=";
|
||||
vendorHash = "sha256-EutNjyW5bvGvMZP9xBrcu91TOAbl9TDZe2+g0/qnuAQ=";
|
||||
|
||||
CGO_ENABLED = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue