fzf: 0.65.1 -> 0.65.2

authored by

R. Ryantm and committed by
zowoq
1cb8fe02 4a13b56f

+2 -2
+2 -2
pkgs/by-name/fz/fzf/package.nix
··· 12 12 13 13 buildGoModule rec { 14 14 pname = "fzf"; 15 - version = "0.65.1"; 15 + version = "0.65.2"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "junegunn"; 19 19 repo = "fzf"; 20 20 rev = "v${version}"; 21 - hash = "sha256-cYRA7TCKvfFkWUpI4q1xYR3qzenZvx3cjVSerl0gweU="; 21 + hash = "sha256-vIAkbZ3jx5B5+zdjT+4jMxhGPmiYUBIz5UjSP5HhQ9k="; 22 22 }; 23 23 24 24 vendorHash = "sha256-1wxi+wfTSSgJQLNbCdoFTz9G4XLgEX7PpzqpuVjEYL8=";