Skip to content

Commit

Permalink
fzf: 0.33.0 -> 0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kilianar authored and zowoq committed Sep 28, 2022
1 parent 9165bad commit f154536
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.33.0";
version = "0.34.0";

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

vendorSha256 = "sha256-U9cttigqzyy+kQ0YJoV0/2tZJHipNgSSkZyuXGVLoPw=";
vendorSha256 = "sha256-EjcOcrADHdwTCGimv2BRvbjqSZxz4isWhGmPbWQ7YDE=";

outputs = [ "out" "man" ];

Expand Down

0 comments on commit f154536

Please sign in to comment.