Skip to content

Commit 846104f

Browse files
authored
kuttl: 0.21.0 -> 0.22.0 (#383651)
2 parents 9cd7352 + 3b24a40 commit 846104f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ku/kuttl/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66

77
buildGoModule rec {
88
pname = "kuttl";
9-
version = "0.21.0";
9+
version = "0.22.0";
1010
cli = "kubectl-kuttl";
1111

1212
src = fetchFromGitHub {
1313
owner = "kudobuilder";
1414
repo = "kuttl";
1515
rev = "v${version}";
16-
sha256 = "sha256-0eETF9kf5e0E7R9CEANZC854r7/P/wjxeVgx90TdRFg=";
16+
sha256 = "sha256-M9sZNrze7v1dj0j+hOo30kB87YKxFF/hZJ7R2C/Pzwg=";
1717
};
1818

19-
vendorHash = "sha256-QYdeYmp++sAvgDPWpEscfm4n0lRejLTPZPGbVPCoWmk=";
19+
vendorHash = "sha256-WhgmseJVfhvVHARI2XaMkRE/sIfpeJj0JzYiAgza6jQ=";
2020

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

0 commit comments

Comments
 (0)