mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
Merge pull request #336448 from r-ryantm/auto-update/kubeaudit
kubeaudit: 0.22.1 -> 0.22.2
This commit is contained in:
commit
21b3c4205f
@ -5,13 +5,13 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "kubeaudit";
|
||||
version = "0.22.1";
|
||||
version = "0.22.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Shopify";
|
||||
repo = pname;
|
||||
repo = "kubeaudit";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-ebqOjnr79S1utXaTKa9Jop9GvQsoW/IBMmIeOsGuvuE=";
|
||||
hash = "sha256-zQAM/NtDBFJZmwJYGNuYIaxv058X0URzMByPut+18TA=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-IxrAJaltg7vo3SQRC7OokSD5SM8xiX7iG8ZxKYEe9/E=";
|
||||
@ -25,10 +25,10 @@ buildGoModule rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Audit tool for Kubernetes";
|
||||
mainProgram = "kubeaudit";
|
||||
homepage = "https://github.com/Shopify/kubeaudit";
|
||||
changelog = "https://github.com/Shopify/kubeaudit/releases/tag/v${version}";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ fab ];
|
||||
mainProgram = "kubeaudit";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user