Merge pull request #74931 from filalex77/fzf-0.19.0

fzf: 0.18.0 -> 0.19.0
This commit is contained in:
Maximilian Bosch 2019-12-03 20:48:03 +01:00 committed by GitHub
commit 5de0ac65ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "fzf"; pname = "fzf";
version = "0.18.0"; version = "0.19.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "junegunn"; owner = "junegunn";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "0pwpr4fpw56yzzkcabzzgbgwraaxmp7xzzmap7w1xsrkbj7dl2xl"; sha256 = "192ci09yi2hps02skcnbfwyjbf7pl0wb6q2zshb58cid5zgla8bx";
}; };
modSha256 = "0xc4166d74ix5nzjphrq4rgw7qpskz05ymzl77i2qh2nhbdb53p0"; modSha256 = "12lnv8b96adpcg9qfizcyd9nxz590nxd82xch6ij719zlqyps143";
outputs = [ "out" "man" ]; outputs = [ "out" "man" ];
@ -60,6 +60,7 @@ buildGoModule rec {
homepage = "https://github.com/junegunn/fzf"; homepage = "https://github.com/junegunn/fzf";
description = "A command-line fuzzy finder written in Go"; description = "A command-line fuzzy finder written in Go";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ filalex77 ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }