Skip to content

Commit db6973f

Browse files
authored
kubernetes: 1.31.2 -> 1.32.0 (NixOS#364848)
2 parents 13c0d4c + a822561 commit db6973f

File tree

1 file changed

+2
-2
lines changed
  • pkgs/applications/networking/cluster/kubernetes

1 file changed

+2
-2
lines changed

pkgs/applications/networking/cluster/kubernetes/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121

2222
buildGoModule rec {
2323
pname = "kubernetes";
24-
version = "1.31.2";
24+
version = "1.32.0";
2525

2626
src = fetchFromGitHub {
2727
owner = "kubernetes";
2828
repo = "kubernetes";
2929
rev = "v${version}";
30-
hash = "sha256-L+x1a9wttu2OBY5T6AY8k91ystu0uZAGd3px4oNVptM=";
30+
hash = "sha256-VpinMMWvFYpcqDC9f3q/oEqUHRz7thHMs0bKt6AaNms=";
3131
};
3232

3333
vendorHash = null;

0 commit comments

Comments
 (0)