kubernetes: 1.32.0 -> 1.32.1 (#374210)

This commit is contained in:
R. RyanTM 2025-01-22 00:28:11 +10:00 committed by GitHub
parent 2582766522
commit 9e4d5190a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,13 +21,13 @@
buildGoModule rec {
pname = "kubernetes";
version = "1.32.0";
version = "1.32.1";
src = fetchFromGitHub {
owner = "kubernetes";
repo = "kubernetes";
rev = "v${version}";
hash = "sha256-VpinMMWvFYpcqDC9f3q/oEqUHRz7thHMs0bKt6AaNms=";
hash = "sha256-6KZlbwSMmFvh6XKJR1W/qa3xU0O3fuQaMW/P5An/AtQ=";
};
vendorHash = null;