clusterctl: 1.2.3 -> 1.2.4

https://github.com/kubernetes-sigs/cluster-api/releases/tag/v1.2.4
This commit is contained in:
zowoq 2022-10-18 08:28:44 +10:00
parent 4098773fd7
commit ea762acac2

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "clusterctl";
version = "1.2.3";
version = "1.2.4";
src = fetchFromGitHub {
owner = "kubernetes-sigs";
repo = "cluster-api";
rev = "v${version}";
sha256 = "sha256-QVzhRaNLFhH+5x+/X/Nc3bW/09txurhVd0yDU9LYhAo=";
sha256 = "sha256-NBLkdPtALhlXfbqLB0n5T2RNMSQusYZgr4VkGH7EFIs=";
};
vendorSha256 = "sha256-jPIrUW4el8sAO+4j20qMYVXqvov6Ac0cENd7gOrYj+U=";