kubeaudit: 0.22.1 -> 0.22.2

This commit is contained in:
R. Ryantm 2024-08-22 02:15:34 +00:00
parent 625941e1a9
commit aaea04e9fd

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "kubeaudit";
version = "0.22.1";
version = "0.22.2";
src = fetchFromGitHub {
owner = "Shopify";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-ebqOjnr79S1utXaTKa9Jop9GvQsoW/IBMmIeOsGuvuE=";
hash = "sha256-zQAM/NtDBFJZmwJYGNuYIaxv058X0URzMByPut+18TA=";
};
vendorHash = "sha256-IxrAJaltg7vo3SQRC7OokSD5SM8xiX7iG8ZxKYEe9/E=";