kubernetes: 1.26.3 -> 1.27.0

This commit is contained in:
Johan Thomsen 2023-04-12 20:00:02 +02:00 committed by zowoq
parent 2a37ccff88
commit 477067a5d0

View file

@ -20,13 +20,13 @@
buildGoModule rec { buildGoModule rec {
pname = "kubernetes"; pname = "kubernetes";
version = "1.26.3"; version = "1.27.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "kubernetes"; owner = "kubernetes";
repo = "kubernetes"; repo = "kubernetes";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-dJMfnd82JIPxyVisr5o9s/bC3ZDiolF841pmV4c9LN8="; hash = "sha256-9xRsC6QghmoH/+K6Gs8k4BFHQ8ltCtG8TZpAJGRC2e4=";
}; };
vendorHash = null; vendorHash = null;