kubectl: 1.33.1 -> 1.33.2

This commit is contained in:
R. Ryantm
2025-06-22 09:01:29 +00:00
parent 1c65fbc182
commit 91e22a6afb
@@ -22,13 +22,13 @@
buildGoModule (finalAttrs: {
pname = "kubernetes";
version = "1.33.1";
version = "1.33.2";
src = fetchFromGitHub {
owner = "kubernetes";
repo = "kubernetes";
tag = "v${finalAttrs.version}";
hash = "sha256-fPKLe1P2jsu6pOTqofFrk1048kPOx/mmXYm7/tBzM84=";
hash = "sha256-Ef/tpjM5RGQzO8rZxTad23DuM6VLlV3N54LOu7dtc6A=";
};
vendorHash = null;