clusterctl: 1.8.2 -> 1.8.3

This commit is contained in:
R. Ryantm
2024-09-16 18:34:00 +00:00
parent c2c6e27f65
commit 05b32d5f73
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "clusterctl";
version = "1.8.2";
version = "1.8.3";
src = fetchFromGitHub {
owner = "kubernetes-sigs";
repo = "cluster-api";
rev = "v${version}";
hash = "sha256-7MTl1PzkcvnLZgpGQ+SA29Zb3h0iLMWQcN/FvQflM7s=";
hash = "sha256-zvMjfaEq6EOWVqjVOoS2nb1fuGyEljcNVfTpAWUsiL8=";
};
vendorHash = "sha256-0VVaD1vGIGezgkVCvIhNHmZqVFxFu4UcUUh0wuX2viw=";