Merge pull request #264757 from r-ryantm/auto-update/chart-testing

chart-testing: 3.9.0 -> 3.10.0
This commit is contained in:
Nick Cao
2023-11-01 09:00:36 -04:00
committed by GitHub
@@ -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 \