kubernetes: 1.29.3 -> 1.29.4

This commit is contained in:
R. Ryantm 2024-04-17 01:13:35 +00:00 committed by Maxine Aubrey
parent cd851f5499
commit 6f59495cf3
1 changed files with 2 additions and 2 deletions

View File

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