kubeaudit: 0.22.0 -> 0.22.1

This commit is contained in:
R. Ryantm 2023-11-29 10:51:31 +00:00
parent 85306ef247
commit 5ab757c46a

View file

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "kubeaudit";
version = "0.22.0";
version = "0.22.1";
src = fetchFromGitHub {
owner = "Shopify";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-e6No8Md/KZUFNtPJOrSdv1GlGmxX7+tmWNjQGFdtJpc=";
hash = "sha256-ebqOjnr79S1utXaTKa9Jop9GvQsoW/IBMmIeOsGuvuE=";
};
vendorHash = "sha256-IxrAJaltg7vo3SQRC7OokSD5SM8xiX7iG8ZxKYEe9/E=";