fzf: 0.16.7 -> 0.16.8

This commit is contained in:
Yann Hodique
2017-06-07 17:53:20 -07:00
parent a7450098d4
commit 3ac67c1482
2 changed files with 55 additions and 10 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
buildGoPackage rec {
name = "fzf-${version}";
version = "0.16.7";
version = "0.16.8";
rev = "${version}";
goPackagePath = "github.com/junegunn/fzf";
@@ -11,7 +11,7 @@ buildGoPackage rec {
inherit rev;
owner = "junegunn";
repo = "fzf";
sha256 = "11ka5n7mrm5pb9riah28zyshvfz2svm4wn6fbama39yp6sc01x23";
sha256 = "0d0fcv07pl2vvj9ql84rmy1kd0zg680chsfapm0iw3vssxqkm9zq";
};
outputs = [ "bin" "out" "man" ];