Skip to content

Commit

Permalink
kyverno: 1.12.6 -> 1.13.1 (NixOS#355899)
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium authored Nov 22, 2024
2 parents 2449d96 + 84eb15a commit 262e136
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ky/kyverno/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "kyverno";
version = "1.12.6";
version = "1.13.1";

src = fetchFromGitHub {
owner = "kyverno";
repo = "kyverno";
rev = "v${version}";
hash = "sha256-FwVB1okxhWTzWlZljGEEH9KuSsJl9GmwnX7bn4iDx/M=";
hash = "sha256-25q+VNeQ3MviZBcFLgcyK80ZTUILZUWrRRwQ0vys5k4=";
};

ldflags = [
Expand All @@ -18,7 +18,7 @@ buildGoModule rec {
"-X github.com/kyverno/kyverno/pkg/version.BuildTime=1970-01-01_00:00:00"
];

vendorHash = "sha256-Zv393gchMaJzdHFp6U0PDlsk+yIg2t5X3nsgK48TW5A=";
vendorHash = "sha256-euHYTd2iyfVWsJhWZux5OCv2CPWqmsIPB1/rGD22a5Q=";

subPackages = [ "cmd/cli/kubectl-kyverno" ];

Expand Down

0 comments on commit 262e136

Please sign in to comment.