mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 00:47:40 +00:00
kube-linter: 0.2.6 -> 0.3.0 (#172853)
* kube-linter: 0.2.6 -> 0.3.0 * add as maintainer * Update pkgs/development/tools/kube-linter/default.nix Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
0c03df1cc9
commit
1827d9c00b
@ -2,16 +2,16 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "kube-linter";
|
||||
version = "0.2.6";
|
||||
version = "0.3.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "stackrox";
|
||||
repo = pname;
|
||||
rev = "${version}";
|
||||
sha256 = "nBF/AX4hgZxIj9/RYowpHX1eAJMMhvU7wunvEXWnO80=";
|
||||
rev = version;
|
||||
sha256 = "ZqnD9zsh+r1RL34o1nAkvO1saKe721ZJ2+DgBjmsH58=";
|
||||
};
|
||||
|
||||
vendorSha256 = "HJW28BZ9qFLtdH1qdW8/K4TzHA2ptekXaMF0XnMKbOY=";
|
||||
vendorSha256 = "sha256-tm1+2jsktNrw8S7peJz7w8k3+JwAYUgKfKWuQ8zIfvk=";
|
||||
|
||||
ldflags = [
|
||||
"-s" "-w" "-X golang.stackrox.io/kube-linter/internal/version.version=${version}"
|
||||
@ -26,6 +26,6 @@ buildGoModule rec {
|
||||
description = "A static analysis tool that checks Kubernetes YAML files and Helm charts";
|
||||
homepage = "https://kubelinter.io";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ mtesseract ];
|
||||
maintainers = with maintainers; [ mtesseract stehessel ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user