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-07-13 03:59:06 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-07-13 03:59:06 +0000
commit502293e4d83fec2d11d25bb2191b2d5b575615ee (patch)
tree24d61e00710c1f86a96a5fd213c88167d367a500 /pkgs/applications/networking/cluster/helm/chart-testing
parentff6e67d2c2e9c8971a0fd8abb9b745e65bb17887 (diff)
chart-testing: 3.8.0 -> 3.9.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 5433622c16059..cf0ec824b035a 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.8.0";
+  version = "3.9.0";
 
   src = fetchFromGitHub {
     owner = "helm";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-ccP3t+Q4aZviYw8by2JDiuKHt7o6EKFxBxlhEntmV5A=";
+    hash = "sha256-H9Pw4HPffFmRJXGh+e2hcddYfhgmvnUOxezQ6Zc8NwY=";
   };
 
-  vendorHash = "sha256-4x/8uDCfrERC+ww+iyP+dHIQ820IOARXj60KnjqeDkM=";
+  vendorHash = "sha256-9XdLSTr9FKuatJzpWM8AwrPtYDS+LC14bpz6evvJRuQ=";
 
   postPatch = ''
     substituteInPlace pkg/config/config.go \