Skip to content

Commit

Permalink
fzf: 0.16.10 -> 0.16.11
Browse files Browse the repository at this point in the history
  • Loading branch information
sigma authored and vbgl committed Aug 2, 2017
1 parent 87b215d commit 45fb1c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/fzf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildGoPackage rec {
name = "fzf-${version}";
version = "0.16.10";
version = "0.16.11";
rev = "${version}";

goPackagePath = "github.com/junegunn/fzf";
Expand All @@ -11,7 +11,7 @@ buildGoPackage rec {
inherit rev;
owner = "junegunn";
repo = "fzf";
sha256 = "0c9c9x2pim5g2jwy6jkdws2s7b1mw2qlnba1q46a1izswm7ljfq7";
sha256 = "1jm7v482ad85l627k7a265p2clzy2yk88hqqbjsihi53mj8agxa0";
};

outputs = [ "bin" "out" "man" ];
Expand Down

0 comments on commit 45fb1c9

Please sign in to comment.