about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/helm/chart-testing
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-07-28 04:24:27 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-07-28 04:24:27 +0000
commit4df593f60a35f28340e6ad87f2e48f2232e8ecc3 (patch)
tree30e400c17f21ae6d6124eda8f35ede3e31e18d64 /pkgs/applications/networking/cluster/helm/chart-testing
parent7554374dafc546dfef12cbdfdf1f9a09e3b5fd4d (diff)
chart-testing: 3.6.0 -> 3.7.0
Diffstat (limited to 'pkgs/applications/networking/cluster/helm/chart-testing')
-rw-r--r--pkgs/applications/networking/cluster/helm/chart-testing/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/helm/chart-testing/default.nix b/pkgs/applications/networking/cluster/helm/chart-testing/default.nix
index 85971b8dfb10c..38c00f66b2b5a 100644
--- a/pkgs/applications/networking/cluster/helm/chart-testing/default.nix
+++ b/pkgs/applications/networking/cluster/helm/chart-testing/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "chart-testing";
-  version = "3.6.0";
+  version = "3.7.0";
 
   src = fetchFromGitHub {
     owner = "helm";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-WGoLj6IuhxARSB3vAnprW1UO2g142uKZVHI3ubJepRs=";
+    sha256 = "sha256-wwXHSjb5FeWOx008jpGNzplzRtHyvcxkcHWLOSoaIE0=";
   };
 
-  vendorSha256 = "sha256-gXW1NarCo42d/awg22wr6bIQQFRVTVnRUUAtQU8zY4M=";
+  vendorSha256 = "sha256-VYa97JaVGadltrUH/2S9QU5ndgAjozKUXtmaN0q478Q=";
 
   postPatch = ''
     substituteInPlace pkg/config/config.go \