about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/kubebuilder
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-04-26 02:09:20 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-04-26 02:09:20 +0000
commitf922071356ad83b14c7a178517a628b88caecb1e (patch)
treedf8b8dd48100899ff4512368ff88109697ace429 /pkgs/applications/networking/cluster/kubebuilder
parent64a2fcb824b6451a56c3cbced5c180689b8e55f9 (diff)
kubebuilder: 3.9.1 -> 3.10.0
Diffstat (limited to 'pkgs/applications/networking/cluster/kubebuilder')
-rw-r--r--pkgs/applications/networking/cluster/kubebuilder/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/kubebuilder/default.nix b/pkgs/applications/networking/cluster/kubebuilder/default.nix
index 0b38759af9f72..0b5d1446a76c1 100644
--- a/pkgs/applications/networking/cluster/kubebuilder/default.nix
+++ b/pkgs/applications/networking/cluster/kubebuilder/default.nix
@@ -12,16 +12,16 @@
 
 buildGoModule rec {
   pname = "kubebuilder";
-  version = "3.9.1";
+  version = "3.10.0";
 
   src = fetchFromGitHub {
     owner = "kubernetes-sigs";
     repo = "kubebuilder";
     rev = "v${version}";
-    hash = "sha256-sX+MYMZTRJ3udCtW3yeGBlYpJV35UDQwtcgi7/pXhek=";
+    hash = "sha256-W1FjmhZWBt/ThkSHHGAR4p1Vxal4WOCutlsHIDZeRZM=";
   };
 
-  vendorHash = "sha256-wxKEywUs5ezeOlIRT2k3C4G0XaX6h1ORt9/G6+FzVic=";
+  vendorHash = "sha256-/Kvn3KwSB/mxgBKM+383QHCnVTOt06ZP3gt7FGqA5aM=";
 
   subPackages = ["cmd"];