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>2023-03-29 21:09:50 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-03-29 21:09:50 +0000
commitf6de2d9784eee8ea542c11e95865dc6407b51925 (patch)
tree79d944f4e6403194905e5534d38b6d78c6daf8b4 /pkgs/applications/networking/cluster/helm/chart-testing
parentf8efa87fb581c6a63eca14a552988bbb097af4ed (diff)
chart-testing: 3.7.1 -> 3.8.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 016eb40745b03..5433622c16059 100644
--- a/pkgs/applications/networking/cluster/helm/chart-testing/default.nix
+++ b/pkgs/applications/networking/cluster/helm/chart-testing/default.nix
@@ -13,16 +13,16 @@
 
 buildGoModule rec {
   pname = "chart-testing";
-  version = "3.7.1";
+  version = "3.8.0";
 
   src = fetchFromGitHub {
     owner = "helm";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-b8U7zVvzewSxqX7RG7+FMAVytW4s2apNxR3krNJuiro=";
+    hash = "sha256-ccP3t+Q4aZviYw8by2JDiuKHt7o6EKFxBxlhEntmV5A=";
   };
 
-  vendorHash = "sha256-z4hNGswxRMU40qkgwY3n516FiyaoeDaAE+CCla3TMkk=";
+  vendorHash = "sha256-4x/8uDCfrERC+ww+iyP+dHIQ820IOARXj60KnjqeDkM=";
 
   postPatch = ''
     substituteInPlace pkg/config/config.go \