fzf: 0.17.1

This commit is contained in:
mimadrid 2017-11-04 08:36:33 +01:00
parent 0744e0d829
commit 16172d4299
No known key found for this signature in database
GPG Key ID: 4D0F6894D41C6957

View File

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