kubectl: 1.34.0 -> 1.34.1

This commit is contained in:
R. Ryantm
2025-09-26 07:39:19 +00:00
parent 8d16f813f6
commit ebeeb10d4c
+2 -2
View File
@@ -22,13 +22,13 @@
buildGoModule (finalAttrs: {
pname = "kubernetes";
version = "1.34.0";
version = "1.34.1";
src = fetchFromGitHub {
owner = "kubernetes";
repo = "kubernetes";
tag = "v${finalAttrs.version}";
hash = "sha256-rKy4X01pX+kovJ8b2JHV0KuzHJ7PYZ08eDEO3GeuPoc=";
hash = "sha256-18AMfS2OnInTmdr5fLwtuKaeyGQSiAtk29BjuHl6qQA=";
};
vendorHash = null;