helmfile: 0.119.0 -> 0.119.1

This commit is contained in:
Mario Rodas 2020-06-27 04:21:00 -05:00
parent 117909637c
commit 70b8fec143

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "helmfile";
version = "0.119.0";
version = "0.119.1";
src = fetchFromGitHub {
owner = "roboll";
repo = "helmfile";
rev = "v${version}";
sha256 = "067hlzp87g36wgxankrmd2nva1v40pa31acq1hh0jxyxp98sfgk1";
sha256 = "1j9b0xw59w5ailwa7dqgbsdigviw8ng5r4jbsk9b80izcig805zz";
};
vendorSha256 = "11bw10s5wifzw2cy1100hyjv4xv7an7b05lcw6sphwyy56gsp2fy";