chart-testing: 3.13.0 -> 3.14.0

This commit is contained in:
R. Ryantm
2025-10-08 14:45:50 +00:00
parent 59f9c6722b
commit 52e4b103d1

View File

@@ -14,16 +14,16 @@
buildGoModule rec {
pname = "chart-testing";
version = "3.13.0";
version = "3.14.0";
src = fetchFromGitHub {
owner = "helm";
repo = "chart-testing";
rev = "v${version}";
hash = "sha256-59a86yR/TDAWGCsj3pbDjXJGMvyHYnjsnxzjWr61PuU=";
hash = "sha256-wdUUo19bFf3ov+Rd+JV6CtbH9TWGC73lWRrNLOfNGR8=";
};
vendorHash = "sha256-aVXISRthJxxvtrfC0DpewLHCiJPh4tO+SKl3Q9uP14k=";
vendorHash = "sha256-29rGyStJsnhJiO01DIFf/ROaYsXGg3YRJatdzC6A7JU=";
postPatch = ''
substituteInPlace pkg/config/config.go \