Skip to content

Commit

Permalink
kuttl: 0.20.0 -> 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 31, 2025
1 parent 4e5fe0f commit c6611e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ku/kuttl/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@

buildGoModule rec {
pname = "kuttl";
version = "0.20.0";
version = "0.21.0";
cli = "kubectl-kuttl";

src = fetchFromGitHub {
owner = "kudobuilder";
repo = "kuttl";
rev = "v${version}";
sha256 = "sha256-RZmylvf4q1JD8EAnxiFVfu9Q/ya1TXnbZhn4RguehII=";
sha256 = "sha256-0eETF9kf5e0E7R9CEANZC854r7/P/wjxeVgx90TdRFg=";
};

vendorHash = "sha256-XdHgPN0gE1ie4kxqmZQgxlV+RUddu6OPbqWwIHAw6Hc=";
vendorHash = "sha256-QYdeYmp++sAvgDPWpEscfm4n0lRejLTPZPGbVPCoWmk=";

subPackages = [ "cmd/kubectl-kuttl" ];

Expand Down

0 comments on commit c6611e3

Please sign in to comment.