fzf: 0.16.11 -> 0.17.0

This commit is contained in:
Yann Hodique 2017-08-26 21:47:01 -07:00
parent ee1f1216c6
commit f214a47ac4
No known key found for this signature in database
GPG Key ID: 1F042DC94F92FBAB

View File

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "fzf-${version}";
version = "0.16.11";
version = "0.17.0";
rev = "${version}";
goPackagePath = "github.com/junegunn/fzf";
@ -11,7 +11,7 @@ buildGoPackage rec {
inherit rev;
owner = "junegunn";
repo = "fzf";
sha256 = "1jm7v482ad85l627k7a265p2clzy2yk88hqqbjsihi53mj8agxa0";
sha256 = "0cj9vvrsrxj7752fxww1bkflz9rap0n4hhwd6shs0qbss1awwqk9";
};
outputs = [ "bin" "out" "man" ];