Merge pull request #278025 from mfrw/mfrw/fzf-0.45.0

fzf: 0.44.1 -> 0.45.0
This commit is contained in:
Nikolay Korotkiy 2024-01-01 16:43:28 +04:00 committed by GitHub
commit 6f1df2a405
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,16 +24,16 @@ let
in
buildGoModule rec {
pname = "fzf";
version = "0.44.1";
version = "0.45.0";
src = fetchFromGitHub {
owner = "junegunn";
repo = pname;
rev = version;
hash = "sha256-oL3AA/3RPKcXLBNYaBYleueQph7/xvN/UEhwcYM9lAs=";
hash = "sha256-oOAXV3TZ/E2b+P1sUy/oblSBkOF8VN1di7a7dWPmCbo=";
};
vendorHash = "sha256-EutNjyW5bvGvMZP9xBrcu91TOAbl9TDZe2+g0/qnuAQ=";
vendorHash = "sha256-w/7Ds31mW1jnjkKVeaH81bLhasxNyy/SWeww20KhBrs=";
CGO_ENABLED = 0;