Merge pull request #93484 from veehaitch/istioctl-1.6.5

istioctl: init at 1.6.5
This commit is contained in:
Daniël de Kok 2020-07-20 19:06:55 +02:00 committed by GitHub
commit 29711bb905
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,24 @@
{ lib, buildGoModule, fetchFromGitHub }:
buildGoModule rec {
pname = "istioctl";
version = "1.6.5";
src = fetchFromGitHub {
owner = "istio";
repo = "istio";
rev = version;
sha256 = "0xga0vjr2nfbxwbawly8vg9vnpavxbmc1agg2a3cp1ncmzfrgpcx";
};
vendorSha256 = "15l9z2a8p46jvmkl0vvm6s196mlics0qgmpm3yq3bn6cqnybdsij";
subPackages = [ "istioctl/cmd/istioctl" ];
meta = with lib; {
description = "Istio configuration command line utility for service operators to debug and diagnose their Istio mesh";
homepage = "https://istio.io/latest/docs/reference/commands/istioctl";
license = licenses.asl20;
maintainers = with maintainers; [ veehaitch ];
platforms = platforms.unix;
};
}

View file

@ -20653,6 +20653,8 @@ in
ir.lv2 = callPackage ../applications/audio/ir.lv2 { };
istioctl = callPackage ../applications/networking/cluster/istioctl { };
bip = callPackage ../applications/networking/irc/bip { };
j4-dmenu-desktop = callPackage ../applications/misc/j4-dmenu-desktop { };