[Backport release-25.05] kubernetes: 1.33.0 -> 1.33.3 (#428467)

This commit is contained in:
Sarah Brofeldt
2025-07-26 10:41:37 +02:00
committed by GitHub

View File

@@ -22,13 +22,13 @@
buildGoModule (finalAttrs: {
pname = "kubernetes";
version = "1.33.0";
version = "1.33.3";
src = fetchFromGitHub {
owner = "kubernetes";
repo = "kubernetes";
tag = "v${finalAttrs.version}";
hash = "sha256-5MlMBsYf8V7BvV6xaeRMVSRaE+TpG8xJkMwVGm/fVdo=";
hash = "sha256-UZdrfQEEx0RRe4Bb4EAWcjgCCLq4CJL06HIriYuk1Io=";
};
vendorHash = null;