fzf: 0.61.0 -> 0.61.1

Changes: https://github.com/junegunn/fzf/releases/tag/v0.61.1
This commit is contained in:
Sergei Trofimovich
2025-04-07 08:18:16 +10:00
committed by zowoq
parent 2623b6c7cf
commit a69f05669c
+2 -2
View File
@@ -12,13 +12,13 @@
buildGoModule rec {
pname = "fzf";
version = "0.61.0";
version = "0.61.1";
src = fetchFromGitHub {
owner = "junegunn";
repo = "fzf";
rev = "v${version}";
hash = "sha256-pqHfHWv8PoaMxEP90AbVM2u88D6VE3px+lxJfoZfMgk=";
hash = "sha256-PKfVG2eYsg3J1OixDzXsmxCtsuFhdEGyxuYtwPEdVi8=";
};
vendorHash = "sha256-WcrJfvY3GZLDuRr2PZR1ooNPJ6FQ4S3RvUc2+zePw5w=";