kubernetes: 1.31.2 -> 1.32.0

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2024-12-13 10:17:36 +01:00
parent 5d48167f78
commit a822561294
No known key found for this signature in database
GPG Key ID: 26C542FD97F965CE

View File

@ -21,13 +21,13 @@
buildGoModule rec {
pname = "kubernetes";
version = "1.31.2";
version = "1.32.0";
src = fetchFromGitHub {
owner = "kubernetes";
repo = "kubernetes";
rev = "v${version}";
hash = "sha256-L+x1a9wttu2OBY5T6AY8k91ystu0uZAGd3px4oNVptM=";
hash = "sha256-VpinMMWvFYpcqDC9f3q/oEqUHRz7thHMs0bKt6AaNms=";
};
vendorHash = null;