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

kyverno: 1.7.2 -> 1.7.3
This commit is contained in:
superherointj 2022-08-28 18:00:25 -03:00 committed by GitHub
commit b43eb9cf78
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.7.2";
version = "1.7.3";
src = fetchFromGitHub {
owner = "kyverno";
repo = "kyverno";
rev = "v${version}";
sha256 = "sha256-Lx+ae0Eb8iVKurXpsb3NPTFrh59vxxf4fA18o1JTIv0=";
sha256 = "sha256-lxfDbsBldMuF++Bb7rXsz+etLC78nTmWAaGbs6mcnBo=";
};
ldflags = [