chart-testing: 3.10.1 -> 3.11.0

+3 -3
+3 -3
pkgs/applications/networking/cluster/helm/chart-testing/default.nix
··· 13 13 14 14 buildGoModule rec { 15 15 pname = "chart-testing"; 16 - version = "3.10.1"; 16 + version = "3.11.0"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "helm"; 20 20 repo = pname; 21 21 rev = "v${version}"; 22 - hash = "sha256-btrnfL9U8k7jwo6ltVfbiSJFCX52zjfgf4E+IsWTYi4="; 22 + hash = "sha256-eiU8omDEGDJVmumHwZkNix7qMVkoR6Irg0x9dTBzadA="; 23 23 }; 24 24 25 - vendorHash = "sha256-E+7ndvXWzsU896/eWyupbvqkLed2ly91osptZKT79fk="; 25 + vendorHash = "sha256-o9oZnQPztrK6HvclPt33Y05GQFWDsnUYti5x8R7aWS8="; 26 26 27 27 postPatch = '' 28 28 substituteInPlace pkg/config/config.go \