kubectl: 1.35.2 -> 1.35.3

This commit is contained in:
R. Ryantm
2026-03-22 06:31:13 +00:00
parent ed958af12f
commit e9b623c686
+2 -2
View File
@@ -23,13 +23,13 @@
buildGoModule (finalAttrs: {
pname = "kubernetes";
version = "1.35.2";
version = "1.35.3";
src = fetchFromGitHub {
owner = "kubernetes";
repo = "kubernetes";
tag = "v${finalAttrs.version}";
hash = "sha256-cmR5ugxeBC0RsrvQ38zK6/5QGptAfTk6bXo53XHkU2s=";
hash = "sha256-woIp7AnW7r3y0rpKO03+0t6ONyNXTS1IYxW40E1O8DA=";
};
vendorHash = null;