fzf: 0.60.2 -> 0.60.3

authored by R. Ryantm and committed by zowoq 2f927796 f0f00d4c

+2 -2
+2 -2
pkgs/by-name/fz/fzf/package.nix
··· 11 11 12 12 buildGoModule rec { 13 13 pname = "fzf"; 14 - version = "0.60.2"; 14 + version = "0.60.3"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "junegunn"; 18 18 repo = "fzf"; 19 19 rev = "v${version}"; 20 - hash = "sha256-1is5cja7BdtO1PK6MpSonnb0b8//Zrf0TA9FI0aCKLA="; 20 + hash = "sha256-wa4tRPw+PMzGxvSm/uceQF1gZw2Kh5uattpgDCYoedA="; 21 21 }; 22 22 23 23 vendorHash = "sha256-i4ofEI4K6Pypf5KJi/OW6e/vhnCHUArMHnZKrvQ8eww=";