clusterctl: 1.10.1 -> 1.10.2

This commit is contained in:
R. Ryantm 2025-05-20 20:43:17 +00:00
parent 6bd7ba77ef
commit b19a744e00

View file

@ -9,16 +9,16 @@
buildGoModule rec {
pname = "clusterctl";
version = "1.10.1";
version = "1.10.2";
src = fetchFromGitHub {
owner = "kubernetes-sigs";
repo = "cluster-api";
rev = "v${version}";
hash = "sha256-8clNhU9RxQ63zBaNnvftp4+wUG33bL8KCxbgzJwJdPo=";
hash = "sha256-xjDUZYdXSLsR12fbIkJ5n/+KJdXMsZQWiZrT87iNVkc=";
};
vendorHash = "sha256-iProsOETP9ahyemF2tHUVmoiqjG+ghjZkHb6PAhygb4=";
vendorHash = "sha256-x5JPlvwBdegO9Ei2e+iAp1E0fBTWOAh+F1yZdP/y9Uk=";
subPackages = [ "cmd/clusterctl" ];