chart-testing: 3.5.0 -> 3.5.1

This commit is contained in:
R. Ryantm 2022-03-15 02:46:46 +00:00
parent 1a268c42c8
commit 73ee22331d

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "chart-testing";
version = "3.5.0";
version = "3.5.1";
src = fetchFromGitHub {
owner = "helm";
repo = pname;
rev = "v${version}";
sha256 = "sha256-lXi778MTeVUBtepGjIkKAX1kDEaaVzQI1gTKfcpANC0=";
sha256 = "sha256-LNCzz5me60R/moFfdJhGMgUToFxADiPL02G4QCv0DLg=";
};
vendorSha256 = "sha256-pNevyTibnhUK8LSM1lVnmumFazXK86q4AZ2WKFt5jok=";
vendorSha256 = "sha256-38ufXHzGlZgEh6swD/GhWbIYdY5uYznKCQ9OaoyOEiY=";
postPatch = ''
substituteInPlace pkg/config/config.go \