updated to 2.14.2

This commit is contained in:
Michael Francis 2019-07-19 13:19:06 +08:00
parent ef9dabfd9c
commit 37d001311d

View File

@ -1,14 +1,14 @@
{ stdenv, buildGoPackage, fetchFromGitHub }: { stdenv, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec { buildGoPackage rec {
version = "2.14.1"; version = "2.14.2";
name = "helm-${version}"; name = "helm-${version}";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "helm"; owner = "helm";
repo = "helm"; repo = "helm";
rev = "v${version}"; rev = "v${version}";
sha256 = "16gvplqzllcif5h3qlfnlk8ifhkl5za3wj82129nf9darkixs4jh"; sha256 = "0hxfyfpmhgr5jilp2xm9d5vxiq5fcgqm2hh4g4izcgiz9bz7b6k0";
}; };
goPackagePath = "k8s.io/helm"; goPackagePath = "k8s.io/helm";