fzf: 0.65.0 -> 0.65.1

Changes: https://github.com/junegunn/fzf/releases/tag/v0.65.1
This commit is contained in:
Sergei Trofimovich 2025-08-04 21:12:01 +01:00 committed by zowoq
parent 2bca8a5647
commit a8e01cd2c5

View File

@ -12,13 +12,13 @@
buildGoModule rec {
pname = "fzf";
version = "0.65.0";
version = "0.65.1";
src = fetchFromGitHub {
owner = "junegunn";
repo = "fzf";
rev = "v${version}";
hash = "sha256-8I6NpZsnqGw8eOoKM5PmRQzahsss01WQFjjDJ5e7pTE=";
hash = "sha256-cYRA7TCKvfFkWUpI4q1xYR3qzenZvx3cjVSerl0gweU=";
};
vendorHash = "sha256-1wxi+wfTSSgJQLNbCdoFTz9G4XLgEX7PpzqpuVjEYL8=";