mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
kubernetes-helm: 2.11 -> 2.14.1
This commit is contained in:
parent
99e72dc413
commit
ef9dabfd9c
@ -1,14 +1,14 @@
|
||||
{ stdenv, buildGoPackage, fetchFromGitHub }:
|
||||
|
||||
buildGoPackage rec {
|
||||
version = "2.11.0";
|
||||
version = "2.14.1";
|
||||
name = "helm-${version}";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "helm";
|
||||
repo = "helm";
|
||||
rev = "v${version}";
|
||||
sha256 = "1z810a6mxyrrw4i908dip8aqsj95c0kmv6xpb1wwhskg1zmf85wk";
|
||||
sha256 = "16gvplqzllcif5h3qlfnlk8ifhkl5za3wj82129nf9darkixs4jh";
|
||||
};
|
||||
|
||||
goPackagePath = "k8s.io/helm";
|
||||
@ -18,7 +18,7 @@ buildGoPackage rec {
|
||||
|
||||
# Thsese are the original flags from the helm makefile
|
||||
buildFlagsArray = ''
|
||||
-ldflags=-X k8s.io/helm/pkg/version.Version=v${version}
|
||||
-ldflags=-X k8s.io/helm/pkg/version.Version=v${version} -X k8s.io/helm/pkg/version.GitTreeState=clean -X k8s.io/helm/pkg/version.BuildMetadata=
|
||||
-w
|
||||
-s
|
||||
'';
|
||||
|
884
pkgs/applications/networking/cluster/helm/deps.nix
generated
884
pkgs/applications/networking/cluster/helm/deps.nix
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user