Merge pull request #306233 from r-ryantm/auto-update/kubernetes

kubernetes: 1.29.4 -> 1.30.0
This commit is contained in:
Maxine Aubrey 2024-04-23 19:13:53 +02:00 committed by GitHub
commit b9f6d690f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -20,13 +20,13 @@
buildGoModule rec {
pname = "kubernetes";
version = "1.29.4";
version = "1.30.0";
src = fetchFromGitHub {
owner = "kubernetes";
repo = "kubernetes";
rev = "v${version}";
hash = "sha256-7Rxbcsl77iFiHkU/ovyn74aXs/i5G/m5h5Ii0y1CRho=";
hash = "sha256-7xRRpchjwtV3dGbZ2hN9qj6soAuiF/K7vTY0LzE6Z5w=";
};
vendorHash = null;