aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/networking/cluster/helm/default.nix
diff options
context:
space:
mode:
authorDiego Rodriguez <diego@noteable.io>2020-09-06 18:24:12 -0600
committerGitHub <noreply@github.com>2020-09-06 19:24:12 -0500
commit8d5d41e776eb2052d14eb100f8a31b96a42c12e3 (patch)
tree517bac2d93baa99e43f341f3ee9a532629e5bf4c /pkgs/applications/networking/cluster/helm/default.nix
parentd85b678c3c401819713f5d3d185bf8647b5a8257 (diff)
kubernetes-helm: 3.3.0 -> 3.3.1 (#97147)
Diffstat (limited to 'pkgs/applications/networking/cluster/helm/default.nix')
-rw-r--r--pkgs/applications/networking/cluster/helm/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/networking/cluster/helm/default.nix b/pkgs/applications/networking/cluster/helm/default.nix
index bb76ad698821..3e24a3d06087 100644
--- a/pkgs/applications/networking/cluster/helm/default.nix
+++ b/pkgs/applications/networking/cluster/helm/default.nix
@@ -2,15 +2,15 @@
buildGoModule rec {
pname = "helm";
- version = "3.3.0";
+ version = "3.3.1";
src = fetchFromGitHub {
owner = "helm";
repo = "helm";
rev = "v${version}";
- sha256 = "0bp2yscrvdm46w2nxas5zs9mcvdn2yp05k0wmcjl7gh42fs6hmcs";
+ sha256 = "0y3ilvafzwizd9zqvp8jijkkd1c2yy7zyl5xfma1zv2x96p7xgqh";
};
- vendorSha256 = "0lccglh5qpm5kp8xp1pn7y4cfxjpax83gyzjmnhh9h5y9zwgqp03";
+ vendorSha256 = "0f8a0psvic923rh13f5041p7hr6w8dy9qxdw3l195yky5cf3fj6w";
doCheck = false;
@@ -28,6 +28,6 @@ buildGoModule rec {
homepage = "https://github.com/kubernetes/helm";
description = "A package manager for kubernetes";
license = licenses.asl20;
- maintainers = with maintainers; [ rlupton20 edude03 saschagrunert Frostman ];
+ maintainers = with maintainers; [ rlupton20 edude03 saschagrunert Frostman Chili-Man ];
};
}