1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 14:41:17 +00:00

fzf: 0.12.3 -> 0.13.2

This commit is contained in:
mimadrid 2016-06-26 15:53:30 +02:00
parent cab28503ad
commit 5bf585806e
No known key found for this signature in database
GPG key ID: 4D0F6894D41C6957

View file

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "fzf-${version}";
version = "0.12.2";
version = "0.13.2";
rev = "${version}";
goPackagePath = "github.com/junegunn/fzf";
@ -11,7 +11,7 @@ buildGoPackage rec {
inherit rev;
owner = "junegunn";
repo = "fzf";
sha256 = "02qqcnijv8z3736iczbx082yizpqk02g5k746k7sdgfkgyxydppk";
sha256 = "12dr0wib2ajs64a8d3l3zmgj2y8rklkc3xrvgscxgiv29lrlmvfz";
};
buildInputs = [ ncurses ];