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-03-11 11:07:44 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-03-11 11:07:44 +0000
commitd16ecddfe0e6d3d84d48b0adfe48121fad5ba7ff (patch)
treeb62806635e8f26b6c0f6111c680a311ea45bd399 /pkgs/applications/networking/cluster/kubebuilder
parent1e21dd61028bca1ed1d70a76bc8bd988ae366275 (diff)
kubebuilder: 3.9.0 -> 3.9.1
Diffstat (limited to 'pkgs/applications/networking/cluster/kubebuilder')
-rw-r--r--pkgs/applications/networking/cluster/kubebuilder/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/kubebuilder/default.nix b/pkgs/applications/networking/cluster/kubebuilder/default.nix
index c2818505a8099..0b38759af9f72 100644
--- a/pkgs/applications/networking/cluster/kubebuilder/default.nix
+++ b/pkgs/applications/networking/cluster/kubebuilder/default.nix
@@ -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=";