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-11-01 07:12:18 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-11-01 07:12:18 +0000
commit796b1d3f0347eece6dbc30fe77b7ec8cdff38fc8 (patch)
tree53c99ea63b3f45f0799e30eead7095cd2b0c9109 /pkgs/applications/networking/cluster/helm/chart-testing
parentc68343355218d521859abcfb5f6deb88838974cc (diff)
chart-testing: 3.9.0 -> 3.10.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 cf0ec824b035a..f9d95627f7657 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.9.0";
+  version = "3.10.0";
 
   src = fetchFromGitHub {
     owner = "helm";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-H9Pw4HPffFmRJXGh+e2hcddYfhgmvnUOxezQ6Zc8NwY=";
+    hash = "sha256-2h1Pc313JZ/2NkFOOQnIrhe1Pm8FJ/BvxjAQhs/eSK0=";
   };
 
-  vendorHash = "sha256-9XdLSTr9FKuatJzpWM8AwrPtYDS+LC14bpz6evvJRuQ=";
+  vendorHash = "sha256-E+7ndvXWzsU896/eWyupbvqkLed2ly91osptZKT79fk=";
 
   postPatch = ''
     substituteInPlace pkg/config/config.go \