fzf: 0.35.1 -> 0.36.0
Diff: https://github.com/junegunn/fzf/compare/0.35.1...0.36.0 Changelog: https://github.com/junegunn/fzf/blob/0.36.0/CHANGELOG.md
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
, ncurses
|
||||
, perl
|
||||
, glibcLocales
|
||||
, testers
|
||||
, fzf
|
||||
}:
|
||||
|
||||
let
|
||||
@@ -23,16 +25,16 @@ let
|
||||
in
|
||||
buildGoModule rec {
|
||||
pname = "fzf";
|
||||
version = "0.35.1";
|
||||
version = "0.36.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "junegunn";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "sha256-Zn//z66apkhUd2RvLZSV8PqmocQdVmPngfyK4jmWsfs=";
|
||||
hash = "sha256-1PKu8l4Mx17CpePUE0JEnLPNsUdJ0KvW6Lx6VZM27kI=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-EjcOcrADHdwTCGimv2BRvbjqSZxz4isWhGmPbWQ7YDE=";
|
||||
vendorHash = "sha256-MsMwBBualAwJzCrv/WNBJakv6LcKZYsDUqkNmivUMOQ=";
|
||||
|
||||
outputs = [ "out" "man" ];
|
||||
|
||||
@@ -81,6 +83,10 @@ buildGoModule rec {
|
||||
chmod +x $out/bin/fzf-share
|
||||
'';
|
||||
|
||||
passthru.tests.version = testers.testVersion {
|
||||
package = fzf;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/junegunn/fzf";
|
||||
description = "A command-line fuzzy finder written in Go";
|
||||
|
||||
Reference in New Issue
Block a user