Skip to content

Commit

Permalink
kubebuilder: 4.1.1 -> 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 20, 2024
1 parent 625941e commit 4c74c83
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.1.1";
version = "4.2.0";

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

vendorHash = "sha256-2b/c6t9RkHbBe894DPOETLMf4MpsTjXMtEoVG4FMo24=";
vendorHash = "sha256-dMzDKYjPBAiNFwzaBML76tMylHtBs9Tb2Ulj/WovVJ4=";

subPackages = ["cmd"];

Expand Down

0 comments on commit 4c74c83

Please sign in to comment.