3
0
Fork 0
forked from mirrors/nixpkgs

fzf: 0.16.6 -> 0.16.7

This commit is contained in:
Yann Hodique 2017-04-30 11:38:58 -07:00
parent f1c7d5a6ba
commit 078b7c9f16
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -23,8 +23,8 @@
fetch = {
type = "git";
url = "https://github.com/junegunn/go-shellwords";
rev = "33bd8f1ebe16d6e5eb688cc885749a63059e9167";
sha256 = "0xcymw0fm0ir8d9swh1bkpknnqgx5ijjsj433z4d9riy8h8ywpw8";
rev = "02e3cf038dcea8290e44424da473dd12be796a8a";
sha256 = "1pg7pl25wvpl2dbpyrv9p1r7prnqimxlf6136vn0dfm54j2x4mnr";
};
}
{