summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster/helm
diff options
context:
space:
mode:
authorSergey Lukjanov <me@slukjanov.name>2020-05-18 08:28:45 -0700
committerSergey Lukjanov <me@slukjanov.name>2020-05-18 08:28:45 -0700
commit6b7295569d48225064d4e21c7f03aac239547286 (patch)
tree7aa5d2b45f14e1590f8ca2cc503d86280748de19 /pkgs/applications/networking/cluster/helm
parent39d2c57b7d0853afa5eaa916b34789769f4312a8 (diff)
helm: 3.2.0 -> 3.2.1
Diffstat (limited to 'pkgs/applications/networking/cluster/helm')
-rw-r--r--pkgs/applications/networking/cluster/helm/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/helm/default.nix b/pkgs/applications/networking/cluster/helm/default.nix
index 9d3809c1717b..2e4f68d6bfa7 100644
--- a/pkgs/applications/networking/cluster/helm/default.nix
+++ b/pkgs/applications/networking/cluster/helm/default.nix
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "helm";
- version = "3.2.0";
+ version = "3.2.1";
src = fetchFromGitHub {
owner = "helm";
repo = "helm";
rev = "v${version}";
- sha256 = "1x05xnc3czk7vpn9qnfdavdjy5agv800nh7jyqczpiw125l9jfyd";
+ sha256 = "1453qkd9s4z4r0xzmv8ym7qfg33szf6gizfkb5zxj590fcbsgnd7";
};
vendorSha256 = "0j25m56cwzjd9b75v7xlb26q81bsmln77k23h9n8v2f2gqwwpkrl";
@@ -28,4 +28,4 @@ buildGoModule rec {
license = licenses.asl20;
maintainers = with maintainers; [ rlupton20 edude03 saschagrunert Frostman ];
};
-} \ No newline at end of file
+}