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

kyverno: 1.12.0 -> 1.12.1
This commit is contained in:
Nick Cao 2024-05-04 09:50:43 -04:00 committed by GitHub
commit 805c6cf99a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "kyverno";
version = "1.12.0";
version = "1.12.1";
src = fetchFromGitHub {
owner = "kyverno";
repo = "kyverno";
rev = "v${version}";
hash = "sha256-hFRqhw1iV9S13NQ7Y9SPeHHWZ/ls9fiiqlP3vuPeRlY=";
hash = "sha256-2x5xLh+v1/RXG3h93Ff49pT9NwHWNx4tubnmCf0SAdY=";
};
ldflags = [