chart-testing: 3.9.0 -> 3.10.0

+3 -3
+3 -3
pkgs/applications/networking/cluster/helm/chart-testing/default.nix
··· 13 14 buildGoModule rec { 15 pname = "chart-testing"; 16 - version = "3.9.0"; 17 18 src = fetchFromGitHub { 19 owner = "helm"; 20 repo = pname; 21 rev = "v${version}"; 22 - hash = "sha256-H9Pw4HPffFmRJXGh+e2hcddYfhgmvnUOxezQ6Zc8NwY="; 23 }; 24 25 - vendorHash = "sha256-9XdLSTr9FKuatJzpWM8AwrPtYDS+LC14bpz6evvJRuQ="; 26 27 postPatch = '' 28 substituteInPlace pkg/config/config.go \
··· 13 14 buildGoModule rec { 15 pname = "chart-testing"; 16 + version = "3.10.0"; 17 18 src = fetchFromGitHub { 19 owner = "helm"; 20 repo = pname; 21 rev = "v${version}"; 22 + hash = "sha256-2h1Pc313JZ/2NkFOOQnIrhe1Pm8FJ/BvxjAQhs/eSK0="; 23 }; 24 25 + vendorHash = "sha256-E+7ndvXWzsU896/eWyupbvqkLed2ly91osptZKT79fk="; 26 27 postPatch = '' 28 substituteInPlace pkg/config/config.go \