clusterctl: 1.2.5 -> 1.2.6

https://github.com/kubernetes-sigs/cluster-api/releases/tag/v1.2.6
This commit is contained in:
zowoq 2022-11-23 07:42:36 +10:00
parent 977d4985a0
commit 29384778fe

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "clusterctl";
version = "1.2.5";
version = "1.2.6";
src = fetchFromGitHub {
owner = "kubernetes-sigs";
repo = "cluster-api";
rev = "v${version}";
sha256 = "sha256-Cmff3tIy60BDO3q5hzPqSLwjc6LzUSpoorJD/yxha9c=";
sha256 = "sha256-32Y4HQqODRlYLqDLUOqDwOf4Yp2xpAOPUgz8gU3TaEE=";
};
vendorSha256 = "sha256-jvadtm8NprVwNf4+GaaANK1u4Y4ccbsTCZxQk21GW7c=";