Skip to content

Commit

Permalink
kuttl: 0.18.0 -> 0.19.0 (NixOS#339004)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Sep 5, 2024
2 parents ac94fff + 275871d commit b9e2dc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/cluster/kuttl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

buildGoModule rec {
pname = "kuttl";
version = "0.18.0";
version = "0.19.0";
cli = "kubectl-kuttl";

src = fetchFromGitHub {
owner = "kudobuilder";
repo = "kuttl";
rev = "v${version}";
sha256 = "sha256-wTnBMNgwHqK8PdpEa3RAsVJemnGw/ymn6GJciPFsYrU=";
sha256 = "sha256-7fcVmLvRbKYuWuqwqZWlQf08YEyowcTxrp5RteV8qyU=";
};

vendorHash = "sha256-RKQM1JxyZA1HwqRjCULY4X3jZK9SgclW55/qXp395cQ=";
vendorHash = "sha256-E6gzr9gCLbRaoJU/pYA2cAy0rv5SUVmwf0m34lchF+M=";

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

Expand Down

0 comments on commit b9e2dc9

Please sign in to comment.