clusterctl: 1.8.0 -> 1.8.1 (#337619)

This commit is contained in:
Nick Cao
2024-08-27 11:27:24 -04:00
committed by GitHub
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "clusterctl";
version = "1.8.0";
version = "1.8.1";
src = fetchFromGitHub {
owner = "kubernetes-sigs";
repo = "cluster-api";
rev = "v${version}";
hash = "sha256-x82ek6KsfmVjG9P9EaGlvbncGaORqMB2lMxannZT4YE=";
hash = "sha256-Z7cFwR8IUThEd4Te3KHPC8K8v56ymAG7nIM/7pxWq4U=";
};
vendorHash = "sha256-z859ZjuvY53HqHXNo8zZkK9XAtMOxh57FeXgGfno3G0=";
vendorHash = "sha256-0VVaD1vGIGezgkVCvIhNHmZqVFxFu4UcUUh0wuX2viw=";
subPackages = [ "cmd/clusterctl" ];