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

fzf: 0.49.0 -> 0.50.0
This commit is contained in:
Mario Rodas 2024-04-15 02:10:13 -05:00 committed by GitHub
commit 7852c0cbeb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -11,16 +11,16 @@
buildGoModule rec {
pname = "fzf";
version = "0.49.0";
version = "0.50.0";
src = fetchFromGitHub {
owner = "junegunn";
repo = pname;
rev = version;
hash = "sha256-XecMHKi5JMWx3RHQRk2FqS3SjyR6KzWjfyQ5JCI45xM=";
hash = "sha256-b8B05aj0+c620K6ftCXx1EGUt8mdqQYTE0D9aPU+/wA=";
};
vendorHash = "sha256-ZEwB2GKohmOx8xosj14VII6sQ4a82s7+h9r620MKEeU=";
vendorHash = "sha256-Ho2jVD/U/2BFt3BF5w+KHp5nSVmukx0o2l3ISDGDSt0=";
CGO_ENABLED = 0;