fzf: 0.47.0 -> 0.48.1

This commit is contained in:
R. Ryantm 2024-03-21 17:47:33 +00:00 committed by Sebastian Sellmeier
parent cba6cf337c
commit debcd5675a
No known key found for this signature in database
GPG Key ID: 51E2BE0CCC826F98
1 changed files with 3 additions and 3 deletions

View File

@ -24,16 +24,16 @@ let
in
buildGoModule rec {
pname = "fzf";
version = "0.47.0";
version = "0.48.1";
src = fetchFromGitHub {
owner = "junegunn";
repo = pname;
rev = version;
hash = "sha256-rIRn8g4j/drWEHnvZnJW2sSLq5mrw8Q2pn3LN2sEXDY=";
hash = "sha256-xtewDTjytEpQXtjT1WV4KDkQ28s/+U8TUKOQVVNvh5I=";
};
vendorHash = "sha256-BOPACUQKcllmA2eWQs+sOfofAQLle2Byb/rZgOhmkVY=";
vendorHash = "sha256-lfnBopkzoTD3Xxj0BCN+ZZz2JxZtj8xLOXMUD8kc8/A=";
CGO_ENABLED = 0;