summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/helm
diff options
context:
space:
mode:
authorColin <486199+c00w@users.noreply.github.com>2020-06-10 02:59:57 -0400
committerGitHub <noreply@github.com>2020-06-10 07:59:57 +0100
commit0ba7e1ae981b7290d8934701eb67b56effd46146 (patch)
treeec70dff84fece548bcda9a5fb8c6b614d56c1afd /pkgs/applications/networking/cluster/helm
parent7de048a9cca5ede04ee447913ed24cf60b97a5be (diff)
downloadnixpkgs-0ba7e1ae981b7290d8934701eb67b56effd46146.tar
nixpkgs-0ba7e1ae981b7290d8934701eb67b56effd46146.tar.gz
nixpkgs-0ba7e1ae981b7290d8934701eb67b56effd46146.tar.bz2
nixpkgs-0ba7e1ae981b7290d8934701eb67b56effd46146.tar.lz
nixpkgs-0ba7e1ae981b7290d8934701eb67b56effd46146.tar.xz
nixpkgs-0ba7e1ae981b7290d8934701eb67b56effd46146.tar.zst
nixpkgs-0ba7e1ae981b7290d8934701eb67b56effd46146.zip
helm: Use vendor instead of redownloading modules (#89695)
Co-authored-by: Jörg Thalheim <joerg@thalheim.io>
Diffstat (limited to 'pkgs/applications/networking/cluster/helm')
-rw-r--r--pkgs/applications/networking/cluster/helm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/helm/default.nix b/pkgs/applications/networking/cluster/helm/default.nix
index 2e4f68d6bfa..5e51fe4267d 100644
--- a/pkgs/applications/networking/cluster/helm/default.nix
+++ b/pkgs/applications/networking/cluster/helm/default.nix
@@ -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}" ];