Skip to content

Commit

Permalink
Merge pull request #285168 from r-ryantm/auto-update/kubebuilder
Browse files Browse the repository at this point in the history
kubebuilder: 3.13.0 -> 3.14.0
  • Loading branch information
marsam committed Mar 2, 2024
2 parents 50a56f4 + 04b1af4 commit 6dcb01c
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 = "3.13.0";
version = "3.14.0";

src = fetchFromGitHub {
owner = "kubernetes-sigs";
repo = "kubebuilder";
rev = "v${version}";
hash = "sha256-JXI3hQVChM7czCwan1yswsrUSse/IbMzwXw0tnaBiek=";
hash = "sha256-em+I2YICcqljaaNQ+zOAnOZ552elmV6Ywbfla8buwaY=";
};

vendorHash = "sha256-yiRxSJIIYJbkV3QAFclrDDnsBoX1t4cSRvGmwVgz/w8=";
vendorHash = "sha256-iBwhpVs9u5AQAvmzb69SaewdYHmmaV19Bstd0Tux9CA=";

subPackages = ["cmd"];

Expand Down

0 comments on commit 6dcb01c

Please sign in to comment.