3
0
Fork 0
forked from mirrors/nixpkgs

kubernetes-helm: 3.4.0 -> 3.4.1

This commit is contained in:
R. RyanTM 2020-11-14 01:21:43 +00:00
parent 6e9b71f0e1
commit d1a603b5c3

View file

@ -2,15 +2,15 @@
buildGoModule rec {
pname = "helm";
version = "3.4.0";
version = "3.4.1";
src = fetchFromGitHub {
owner = "helm";
repo = "helm";
rev = "v${version}";
sha256 = "1z5s8c6yrc1v2y54lx2mbyz31schzpaz2r304m0wwxhn06p43sl0";
sha256 = "13w0s11319qg9mmmxc24mlj0hrp0r529p3ny4gfzsl0vn3qzd6i2";
};
vendorSha256 = "0vcvmbvfmj0bi5msjhy9qcqabiscjpfqpnb1lxy49mshs902qc14";
vendorSha256 = "0x3dcvnrl7cs8faaiq9ybfgg0lkac5ppf61i724cja270nmpmazl";
doCheck = false;