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

chart-testing: 3.6.0 -> 3.7.0
This commit is contained in:
Mario Rodas 2022-07-28 13:35:55 -05:00 committed by GitHub
commit 57f42acfc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 \