kubernetes: 1.25.5 -> 1.26.0

This commit is contained in:
R. Ryantm
2022-12-26 13:27:53 +10:00
committed by zowoq
parent 6175aaa7d2
commit 5e9e436e76
@@ -20,13 +20,13 @@
buildGoModule rec {
pname = "kubernetes";
version = "1.25.5";
version = "1.26.0";
src = fetchFromGitHub {
owner = "kubernetes";
repo = "kubernetes";
rev = "v${version}";
sha256 = "sha256-HciTzp9N7YY1+jzIJY8OPmYIsGfe/5abaExnDzt1tKE=";
sha256 = "sha256-tdt5F6KCsIPurkwG9acOHvm1tV2ERBNYtcvheJR+wLA=";
};
vendorSha256 = null;