Merge pull request #246758 from r-ryantm/auto-update/kyverno

kyverno: 1.10.1 -> 1.10.2
This commit is contained in:
figsoda 2023-08-02 10:17:38 -04:00 committed by GitHub
commit dfb509df4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "kyverno";
version = "1.10.1";
version = "1.10.2";
src = fetchFromGitHub {
owner = "kyverno";
repo = "kyverno";
rev = "v${version}";
sha256 = "sha256-TmnWDCucZ4yQjl0+2hGGoopQ62h+AM1WogC5d+JUIO0=";
sha256 = "sha256-kk+NgupFLzbkh/jrbJj9E6H0v3QighKa7DQJoh/fZi8=";
};
ldflags = [