helm: 3.2.0 -> 3.2.1

This commit is contained in:
Sergey Lukjanov 2020-05-18 08:28:45 -07:00
parent 39d2c57b7d
commit 6b7295569d

View file

@ -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 ];
};
}
}