kubectl: 1.34.1 -> 1.34.2

This commit is contained in:
R. Ryantm
2025-11-17 11:17:18 +00:00
parent 5dec4550e8
commit c05d8d4121
+2 -2
View File
@@ -23,13 +23,13 @@
buildGoModule (finalAttrs: {
pname = "kubernetes";
version = "1.34.1";
version = "1.34.2";
src = fetchFromGitHub {
owner = "kubernetes";
repo = "kubernetes";
tag = "v${finalAttrs.version}";
hash = "sha256-18AMfS2OnInTmdr5fLwtuKaeyGQSiAtk29BjuHl6qQA=";
hash = "sha256-3rQyoGt9zTeF8+PIhA5p+hHY1V5O8CawvKWscf/r9RM=";
};
vendorHash = null;