We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9cd7352 + 3b24a40 commit 846104fCopy full SHA for 846104f
pkgs/by-name/ku/kuttl/package.nix
@@ -6,17 +6,17 @@
6
7
buildGoModule rec {
8
pname = "kuttl";
9
- version = "0.21.0";
+ version = "0.22.0";
10
cli = "kubectl-kuttl";
11
12
src = fetchFromGitHub {
13
owner = "kudobuilder";
14
repo = "kuttl";
15
rev = "v${version}";
16
- sha256 = "sha256-0eETF9kf5e0E7R9CEANZC854r7/P/wjxeVgx90TdRFg=";
+ sha256 = "sha256-M9sZNrze7v1dj0j+hOo30kB87YKxFF/hZJ7R2C/Pzwg=";
17
};
18
19
- vendorHash = "sha256-QYdeYmp++sAvgDPWpEscfm4n0lRejLTPZPGbVPCoWmk=";
+ vendorHash = "sha256-WhgmseJVfhvVHARI2XaMkRE/sIfpeJj0JzYiAgza6jQ=";
20
21
subPackages = [ "cmd/kubectl-kuttl" ];
22
0 commit comments