clusterctl: 1.10.0 -> 1.10.1

This commit is contained in:
R. Ryantm
2025-05-02 04:25:15 +00:00
parent b5dd9efc91
commit 7edf81231c
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "clusterctl";
version = "1.10.0";
version = "1.10.1";
src = fetchFromGitHub {
owner = "kubernetes-sigs";
repo = "cluster-api";
rev = "v${version}";
hash = "sha256-04ytG4U8Luc5yh5VAbS1AQpjjapKsWWZSSB3IU5Rf6U=";
hash = "sha256-8clNhU9RxQ63zBaNnvftp4+wUG33bL8KCxbgzJwJdPo=";
};
vendorHash = "sha256-iProsOETP9ahyemF2tHUVmoiqjG+ghjZkHb6PAhygb4=";