We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13c0d4c + a822561 commit db6973fCopy full SHA for db6973f
pkgs/applications/networking/cluster/kubernetes/default.nix
@@ -21,13 +21,13 @@
21
22
buildGoModule rec {
23
pname = "kubernetes";
24
- version = "1.31.2";
+ version = "1.32.0";
25
26
src = fetchFromGitHub {
27
owner = "kubernetes";
28
repo = "kubernetes";
29
rev = "v${version}";
30
- hash = "sha256-L+x1a9wttu2OBY5T6AY8k91ystu0uZAGd3px4oNVptM=";
+ hash = "sha256-VpinMMWvFYpcqDC9f3q/oEqUHRz7thHMs0bKt6AaNms=";
31
};
32
33
vendorHash = null;
0 commit comments