Skip to content

Commit

Permalink
Merge pull request #188742 from qowoz/fzf
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Aug 29, 2022
2 parents 7a1afba + 6051d29 commit 25f7edc
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
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "fzf";
version = "0.32.1";
version = "0.33.0";

src = fetchFromGitHub {
owner = "junegunn";
repo = pname;
rev = version;
sha256 = "sha256-gtRMoUEQEVoQXtA2PnVMLqrENUh5Jv8QiolqmeX5naQ=";
sha256 = "sha256-3ZRU5fyb9fG09hG5RkajUW9fl3ukRLN3md+J6O6HosE=";
};

vendorSha256 = "sha256-3ry93xV3KKtFoFGt2yxzMd4jx3QG2+8TBrEEywj7HPQ=";
vendorSha256 = "sha256-U9cttigqzyy+kQ0YJoV0/2tZJHipNgSSkZyuXGVLoPw=";

outputs = [ "out" "man" ];

Expand Down

0 comments on commit 25f7edc

Please sign in to comment.