Merge pull request #336448 from r-ryantm/auto-update/kubeaudit

kubeaudit: 0.22.1 -> 0.22.2
This commit is contained in:
Nick Cao 2024-08-22 16:39:02 -04:00 committed by GitHub
commit 21b3c4205f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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";
};
}