helmfile: 0.139.3 -> 0.139.6

wip/little-gl
R. RyanTM 3 years ago committed by Eric Bailey
parent 62b840ba3f
commit 80fcac0b31
  1. 4
      pkgs/applications/networking/cluster/helmfile/default.nix

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "helmfile";
version = "0.139.3";
version = "0.139.6";
src = fetchFromGitHub {
owner = "roboll";
repo = "helmfile";
rev = "v${version}";
sha256 = "sha256-Cg4FFTowrWMDfpaMJwrOSs3ykZxH378OMR+1+vJt5e8=";
sha256 = "sha256-pAo8MmQqqSICB4rguhkGHJqyB9fBBzpp7NEaa59rVb4=";
};
vendorSha256 = "sha256-Hs09CT/KSwYL2AKLseOjWB5Xvvr5TvbzwDywsGQ9kMw=";

Loading…
Cancel
Save