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

View File

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