fzf: 0.64.0 -> 0.65.0

This commit is contained in:
R. Ryantm 2025-07-27 03:13:48 +00:00
parent b569c6cb48
commit 27c1adde5c

View File

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