Unverified Commit 4cca6cf8 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

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

kyverno: 1.9.3 -> 1.9.4
parents 0ddb02dc 2641ec09
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "kyverno";
  version = "1.9.3";
  version = "1.9.4";

  src = fetchFromGitHub {
    owner = "kyverno";
    repo = "kyverno";
    rev = "v${version}";
    sha256 = "sha256-SiupfSBdk006xSCdQS1peLABZc+LNjMXxL5wr6R+aTc=";
    sha256 = "sha256-rpqhDnXxbWKa1WB7WBS6Ri7XiPWv3e0evCXFSBcaD6c=";
  };

  ldflags = [