fzf: 0.60.3 -> 0.61.0

This commit is contained in:
R. Ryantm
2025-03-30 14:10:27 +00:00
parent ae2a0877c4
commit e9a45ca524

View File

@@ -11,16 +11,16 @@
buildGoModule rec {
pname = "fzf";
version = "0.60.3";
version = "0.61.0";
src = fetchFromGitHub {
owner = "junegunn";
repo = "fzf";
rev = "v${version}";
hash = "sha256-wa4tRPw+PMzGxvSm/uceQF1gZw2Kh5uattpgDCYoedA=";
hash = "sha256-pqHfHWv8PoaMxEP90AbVM2u88D6VE3px+lxJfoZfMgk=";
};
vendorHash = "sha256-i4ofEI4K6Pypf5KJi/OW6e/vhnCHUArMHnZKrvQ8eww=";
vendorHash = "sha256-WcrJfvY3GZLDuRr2PZR1ooNPJ6FQ4S3RvUc2+zePw5w=";
env.CGO_ENABLED = 0;