Skip to content

Commit

Permalink
kubebuilder: 4.2.0 -> 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 22, 2024
1 parent 174ae77 commit f17386f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/cluster/kubebuilder/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@

buildGoModule rec {
pname = "kubebuilder";
version = "4.2.0";
version = "4.3.0";

src = fetchFromGitHub {
owner = "kubernetes-sigs";
repo = "kubebuilder";
rev = "v${version}";
hash = "sha256-iWu3HnfjT9hiDyl9Ni0xJa/e+E9fbh3bnfrdE1ChaWc=";
hash = "sha256-awwUYmzLKz+K6qKN+nNWRAxIM/UFDF1r1cI7heeqrlo=";
};

vendorHash = "sha256-dMzDKYjPBAiNFwzaBML76tMylHtBs9Tb2Ulj/WovVJ4=";
vendorHash = "sha256-+7vCd9mC5rkC+XKc7hsHMFgT8R6dJfT0XR6PsJM3Xdc=";

subPackages = ["cmd"];

Expand Down

0 comments on commit f17386f

Please sign in to comment.