Merge pull request #220643 from r-ryantm/auto-update/kubebuilder

kubebuilder: 3.9.0 -> 3.9.1
This commit is contained in:
Nick Cao 2023-03-11 23:12:17 +08:00 committed by GitHub
commit 67f86fb444
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,13 +12,13 @@
buildGoModule rec {
pname = "kubebuilder";
version = "3.9.0";
version = "3.9.1";
src = fetchFromGitHub {
owner = "kubernetes-sigs";
repo = "kubebuilder";
rev = "v${version}";
hash = "sha256-AT7BrLVe5sSqAnQyhrkDktxVhuh1e0o5eB8oWWVbL8Q=";
hash = "sha256-sX+MYMZTRJ3udCtW3yeGBlYpJV35UDQwtcgi7/pXhek=";
};
vendorHash = "sha256-wxKEywUs5ezeOlIRT2k3C4G0XaX6h1ORt9/G6+FzVic=";