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

kyverno: 1.9.3 -> 1.9.4
This commit is contained in:
figsoda 2023-05-26 10:30:29 -04:00 committed by GitHub
commit 4cca6cf888
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.9.3";
version = "1.9.4";
src = fetchFromGitHub {
owner = "kyverno";
repo = "kyverno";
rev = "v${version}";
sha256 = "sha256-SiupfSBdk006xSCdQS1peLABZc+LNjMXxL5wr6R+aTc=";
sha256 = "sha256-rpqhDnXxbWKa1WB7WBS6Ri7XiPWv3e0evCXFSBcaD6c=";
};
ldflags = [