Skip to content

Commit

Permalink
Merge pull request NixOS#278025 from mfrw/mfrw/fzf-0.45.0
Browse files Browse the repository at this point in the history
fzf: 0.44.1 -> 0.45.0
  • Loading branch information
sikmir authored Jan 1, 2024
2 parents 48d6f26 + 709a88a commit 6f1df2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/fzf/default.nix
Original file line number Diff line number Diff line change
@@ -24,16 +24,16 @@ let
in
buildGoModule rec {
pname = "fzf";
version = "0.44.1";
version = "0.45.0";

src = fetchFromGitHub {
owner = "junegunn";
repo = pname;
rev = version;
hash = "sha256-oL3AA/3RPKcXLBNYaBYleueQph7/xvN/UEhwcYM9lAs=";
hash = "sha256-oOAXV3TZ/E2b+P1sUy/oblSBkOF8VN1di7a7dWPmCbo=";
};

vendorHash = "sha256-EutNjyW5bvGvMZP9xBrcu91TOAbl9TDZe2+g0/qnuAQ=";
vendorHash = "sha256-w/7Ds31mW1jnjkKVeaH81bLhasxNyy/SWeww20KhBrs=";

CGO_ENABLED = 0;

0 comments on commit 6f1df2a

Please sign in to comment.