Merge pull request #301585 from r-ryantm/auto-update/fzf

fzf: 0.47.0 -> 0.49.0
This commit is contained in:
Matthias Beyer 2024-04-07 10:13:40 +02:00 committed by GitHub
commit e0696b0b0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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.49.0";
src = fetchFromGitHub {
owner = "junegunn";
repo = pname;
rev = version;
hash = "sha256-rIRn8g4j/drWEHnvZnJW2sSLq5mrw8Q2pn3LN2sEXDY=";
hash = "sha256-XecMHKi5JMWx3RHQRk2FqS3SjyR6KzWjfyQ5JCI45xM=";
};
vendorHash = "sha256-BOPACUQKcllmA2eWQs+sOfofAQLle2Byb/rZgOhmkVY=";
vendorHash = "sha256-ZEwB2GKohmOx8xosj14VII6sQ4a82s7+h9r620MKEeU=";
CGO_ENABLED = 0;