From 8aae0761c3de2250c45867b8e93c9bcfb0a75ba7 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sun, 17 Nov 2019 13:28:26 -0600 Subject: gn: helm: Update to 3.0.0. --- gn/packages/helm.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gn/packages') diff --git a/gn/packages/helm.scm b/gn/packages/helm.scm index 836632c..03b0255 100644 --- a/gn/packages/helm.scm +++ b/gn/packages/helm.scm @@ -9,14 +9,14 @@ (define-public helm (package (name "helm") - (version "2.16.0") + (version "3.0.0") (source (origin (method url-fetch) (uri (string-append "https://get.helm.sh/helm-v" version "-linux-amd64.tar.gz")) (sha256 (base32 - "14lqzw1vqvwmpa39hjb5y81pmkrx5f900ni192gjcfx3hbsj949d")))) + "1p60v2ij06nxa60ks9l1qgb3vvz19f93mf9cgcfjn1k3lb6gvq8h")))) (build-system trivial-build-system) (arguments `(#:modules ((guix build utils)) @@ -34,7 +34,6 @@ (chdir "linux-amd64") (chmod "helm" #o555) (install-file "helm" bin) - (install-file "tiller" bin) (install-file "LICENSE" (string-append out "/share/doc/" ,name "-" ,version))) #t))) -- cgit v1.2.3