Mario Rodas 2024-04-07 04:20:00 +00:00
parent e3812e1875
commit 7eeea20a85

View File

@ -24,16 +24,16 @@ let
in in
buildGoModule rec { buildGoModule rec {
pname = "fzf"; pname = "fzf";
version = "0.48.1"; version = "0.49.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "junegunn"; owner = "junegunn";
repo = pname; repo = pname;
rev = version; rev = version;
hash = "sha256-xtewDTjytEpQXtjT1WV4KDkQ28s/+U8TUKOQVVNvh5I="; hash = "sha256-XecMHKi5JMWx3RHQRk2FqS3SjyR6KzWjfyQ5JCI45xM=";
}; };
vendorHash = "sha256-lfnBopkzoTD3Xxj0BCN+ZZz2JxZtj8xLOXMUD8kc8/A="; vendorHash = "sha256-ZEwB2GKohmOx8xosj14VII6sQ4a82s7+h9r620MKEeU=";
CGO_ENABLED = 0; CGO_ENABLED = 0;