kubernetes: 1.31.0 -> 1.31.2 (#350849)

This commit is contained in:
Artturin 2024-10-26 21:25:37 +03:00 committed by GitHub
commit 2cdbb88d17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,13 +20,13 @@
buildGoModule rec {
pname = "kubernetes";
version = "1.31.0";
version = "1.31.2";
src = fetchFromGitHub {
owner = "kubernetes";
repo = "kubernetes";
rev = "v${version}";
hash = "sha256-Oy638nIuz2xWVvMGWHUeI4T7eycXIfT+XHp0U7h8G9w=";
hash = "sha256-L+x1a9wttu2OBY5T6AY8k91ystu0uZAGd3px4oNVptM=";
};
vendorHash = null;