Merge pull request #215352 from r-ryantm/auto-update/kubernetes-controller-tools

kubernetes-controller-tools: 0.11.2 -> 0.11.3
This commit is contained in:
Weijia Wang 2023-02-09 07:10:52 +01:00 committed by GitHub
commit 2fecbe8f03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "controller-tools";
version = "0.11.2";
version = "0.11.3";
src = fetchFromGitHub {
owner = "kubernetes-sigs";
repo = pname;
rev = "v${version}";
sha256 = "sha256-gTSgfykTg2cWV7PCwNcbuFY89RRk9MoV24L4EuEd378=";
sha256 = "sha256-F+cGJbxXIHrgn9OcIMh2am9g4PBLkdC037tV/9znPSg=";
};
patches = [ ./version.patch ];