fzf: 0.16.9 -> 0.16.10

This commit is contained in:
Yann Hodique 2017-07-21 11:51:28 -07:00
parent 596e279979
commit 7759b8c1ca

View File

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "fzf-${version}";
version = "0.16.9";
version = "0.16.10";
rev = "${version}";
goPackagePath = "github.com/junegunn/fzf";
@ -11,7 +11,7 @@ buildGoPackage rec {
inherit rev;
owner = "junegunn";
repo = "fzf";
sha256 = "17jq1g0x7vczng9h0ywdawqr5d2cnm4rzv3y75vfbddsfd28rlgs";
sha256 = "0c9c9x2pim5g2jwy6jkdws2s7b1mw2qlnba1q46a1izswm7ljfq7";
};
outputs = [ "bin" "out" "man" ];