Skip to content

Commit

Permalink
kubebuilder: 3.13.0 -> 3.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 31, 2024
1 parent 0b8f8e0 commit 04b1af4
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 04b1af4

Please sign in to comment.