kyverno: 1.7.1 -> 1.7.2

This commit is contained in:
R. Ryantm 2022-07-28 19:25:02 +00:00
parent 88fdc5544e
commit 957e7d8fa6

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "kyverno";
version = "1.7.1";
version = "1.7.2";
src = fetchFromGitHub {
owner = "kyverno";
repo = "kyverno";
rev = "v${version}";
sha256 = "sha256-MHEVGJNuZozug0l+V1bRIykOe5PGA3aU3wfBV2TH/Lo=";
sha256 = "sha256-Lx+ae0Eb8iVKurXpsb3NPTFrh59vxxf4fA18o1JTIv0=";
};
ldflags = [
@ -18,7 +18,7 @@ buildGoModule rec {
"-X github.com/kyverno/kyverno/pkg/version.BuildTime=1970-01-01_00:00:00"
];
vendorSha256 = "sha256-DUe1cy6PgI5qiB9BpDJxnTlBFuy/BmyqCoxRo7Ums1I=";
vendorSha256 = "sha256-bpuEEoWobFPVsNZKKuOKTQGvV+/NAgaM4M63bv5y0Rk=";
subPackages = [ "cmd/cli/kubectl-kyverno" ];