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

kyverno: 1.9.4 -> 1.9.5
This commit is contained in:
figsoda 2023-05-29 14:08:22 -04:00 committed by GitHub
commit b009a76ba4
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.4";
version = "1.9.5";
src = fetchFromGitHub {
owner = "kyverno";
repo = "kyverno";
rev = "v${version}";
sha256 = "sha256-rpqhDnXxbWKa1WB7WBS6Ri7XiPWv3e0evCXFSBcaD6c=";
sha256 = "sha256-e/CZ5XiJFvj/HVSBPTyLybu5ZZNVte3Bf/qGhEK7k80=";
};
ldflags = [