Skip to content

Commit

Permalink
fzf: 0.56.3 -> 0.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and zowoq committed Dec 15, 2024
1 parent 5bae96d commit 639295b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/fz/fzf/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@

buildGoModule rec {
pname = "fzf";
version = "0.56.3";
version = "0.57.0";

src = fetchFromGitHub {
owner = "junegunn";
repo = "fzf";
rev = "v${version}";
hash = "sha256-m/RtAjqB6YTwmzCUdKQx/e7vxqJOu1Y1N0u28i8gwEs=";
hash = "sha256-WEdCa6Krj+VicB1vxWzyY1rCHvmaL4t2njhhjq0Bppw=";
};

vendorHash = "sha256-4VAAka9FvKuoDZ1E1v9Es3r00GZeG8Jp4pJONYpB/t8=";
vendorHash = "sha256-utHQzXjtdnshUsYDQEQY2qoQGZsnfXXPj3A9VsDj0vQ=";

CGO_ENABLED = 0;

Expand Down

0 comments on commit 639295b

Please sign in to comment.