fzf: 0.15.1 -> 0.15.9

This commit is contained in:
zimbatm 2016-12-14 23:23:00 +00:00
parent e6d28d6643
commit 2a224c6795
2 changed files with 12 additions and 2 deletions

View file

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "fzf-${version}";
version = "0.15.1";
version = "0.15.9";
rev = "${version}";
goPackagePath = "github.com/junegunn/fzf";
@ -11,7 +11,7 @@ buildGoPackage rec {
inherit rev;
owner = "junegunn";
repo = "fzf";
sha256 = "0wj5nhrrgx4nkiqwjp5wpfzdyikrjv4qr5x39s5094yc4p2k30b1";
sha256 = "0r099mk9r6f52qqhx0ifb1xa8f2isqvyza80z9mcpi5zkd96174l";
};
buildInputs = [ ncurses ];

View file

@ -1,4 +1,14 @@
# This file was generated by go2nix.
[
{
goPackagePath = "github.com/junegunn/go-isatty";
fetch = {
type = "git";
url = "https://github.com/junegunn/go-isatty";
rev = "66b8e73f3f5cda9f96b69efd03dd3d7fc4a5cdb8";
sha256 = "17lf13ndnai9a6dlmykqkdyzf1z04q7kffs0l7kvd78wpv3l6rm5";
};
}
{
goPackagePath = "github.com/junegunn/go-runewidth";
fetch = {