helm: Use vendor instead of redownloading modules (#89695)

Co-authored-by: Jörg Thalheim <joerg@thalheim.io>
This commit is contained in:
Colin 2020-06-10 02:59:57 -04:00 committed by GitHub
parent 7de048a9cc
commit 0ba7e1ae98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ buildGoModule rec {
rev = "v${version}";
sha256 = "1453qkd9s4z4r0xzmv8ym7qfg33szf6gizfkb5zxj590fcbsgnd7";
};
vendorSha256 = "0j25m56cwzjd9b75v7xlb26q81bsmln77k23h9n8v2f2gqwwpkrl";
vendorSha256 = null;
subPackages = [ "cmd/helm" ];
buildFlagsArray = [ "-ldflags=-w -s -X helm.sh/helm/v3/internal/version.version=v${version}" ];