chart-testing: 3.6.0 -> 3.7.0

This commit is contained in:
R. Ryantm 2022-07-28 04:24:27 +00:00
parent 7554374daf
commit 4df593f60a

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 \