lol

Merge pull request #193291 from r-ryantm/auto-update/chart-testing

chart-testing: 3.7.0 -> 3.7.1

authored by

Jonas Heinrich and committed by
GitHub
a8e913cc da9c4d9e

+3 -3
+3 -3
pkgs/applications/networking/cluster/helm/chart-testing/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "chart-testing"; 5 - version = "3.7.0"; 5 + version = "3.7.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "helm"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-wwXHSjb5FeWOx008jpGNzplzRtHyvcxkcHWLOSoaIE0="; 11 + sha256 = "sha256-b8U7zVvzewSxqX7RG7+FMAVytW4s2apNxR3krNJuiro="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-VYa97JaVGadltrUH/2S9QU5ndgAjozKUXtmaN0q478Q="; 14 + vendorSha256 = "sha256-z4hNGswxRMU40qkgwY3n516FiyaoeDaAE+CCla3TMkk="; 15 15 16 16 postPatch = '' 17 17 substituteInPlace pkg/config/config.go \