kubebuilder: 4.4.0 -> 4.5.0 (#376927)

This commit is contained in:
Weijia Wang
2025-02-15 12:04:33 +01:00
committed by GitHub
+2 -2
View File
@@ -13,13 +13,13 @@
buildGoModule rec {
pname = "kubebuilder";
version = "4.4.0";
version = "4.5.0";
src = fetchFromGitHub {
owner = "kubernetes-sigs";
repo = "kubebuilder";
rev = "v${version}";
hash = "sha256-OLObVesASAOJxWXVJ5izJ8g6r7LCr1Or4JX2cF2RaVc=";
hash = "sha256-tkBSyLtorD4yMaDq8DIn5Nbl6TbBeRlRO44nR/22iNI=";
};
vendorHash = "sha256-xZF4t5SMe3iKH+Hr1xhVHWiwTpxEJ3kWlR0QB4RSNhk=";