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

kubernetes-controller-tools: 0.11.1 -> 0.11.2
This commit is contained in:
Nick Cao 2023-02-05 20:35:51 +08:00 committed by GitHub
commit 02c0848976
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,18 +2,18 @@
buildGoModule rec {
pname = "controller-tools";
version = "0.11.1";
version = "0.11.2";
src = fetchFromGitHub {
owner = "kubernetes-sigs";
repo = pname;
rev = "v${version}";
sha256 = "sha256-mtAP8qRfSdt2koKs6LSI9iiXsyK92q1yWOC9zV8utFg=";
sha256 = "sha256-gTSgfykTg2cWV7PCwNcbuFY89RRk9MoV24L4EuEd378=";
};
patches = [ ./version.patch ];
vendorSha256 = "sha256-9IGdsAqvi01Jf0FpxfL+O+LrDchh4dGgJX4JJIvL3vE=";
vendorHash = "sha256-nZyDoME5fVqRoAeLADjrQ7i6mVf3ujGN2+BUfrSHck8=";
ldflags = [
"-s"