Merge pull request #25358 from sigma/pr/fzf-0.16.7

fzf: 0.16.6 -> 0.16.7
This commit is contained in:
Daiderd Jordan 2017-04-30 23:21:54 +02:00 committed by GitHub
commit ed8fbe3dae
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
buildGoPackage rec { buildGoPackage rec {
name = "fzf-${version}"; name = "fzf-${version}";
version = "0.16.6"; version = "0.16.7";
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 = "0nzjbm40c4w9d0d34s5qnr9jkrh1vkn508xl2lfwfvmnzsnb9xbn"; sha256 = "11ka5n7mrm5pb9riah28zyshvfz2svm4wn6fbama39yp6sc01x23";
}; };
outputs = [ "bin" "out" "man" ]; outputs = [ "bin" "out" "man" ];

View File

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