kyverno: 1.8.2 -> 1.8.3

This commit is contained in:
R. Ryantm 2022-12-06 07:50:06 +00:00 committed by Bobby Rong
parent cc7bcdcc18
commit 944f7c2057

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "kyverno";
version = "1.8.2";
version = "1.8.3";
src = fetchFromGitHub {
owner = "kyverno";
repo = "kyverno";
rev = "v${version}";
sha256 = "sha256-U0VcLxI5hSVqU9N+99/qOjueKi6EdVMT2dTyZUSpNXw=";
sha256 = "sha256-AsUgjGoDoT/GN+Z2tXd0KjVFcVI1KF3nVRsLDWkY9HM=";
};
ldflags = [