Merge pull request #111763 from r-ryantm/auto-update/helmfile

helmfile: 0.138.1 -> 0.138.2
This commit is contained in:
Ryan Mulligan 2021-02-03 12:00:39 -08:00 committed by GitHub
commit 68323cae4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "helmfile";
version = "0.138.1";
version = "0.138.2";
src = fetchFromGitHub {
owner = "roboll";
repo = "helmfile";
rev = "v${version}";
sha256 = "sha256-ZViDnV2b9od3yBfROBBZPsuFX8FH/rSO/epZtuCO1ps=";
sha256 = "sha256-hy673acO9/fJL/80VTnQS8t9jXb7y9KVSVa0Zmja4uk=";
};
vendorSha256 = "sha256-BWWmdKrxay0Qy5z+UFFZ3we5C7wI1KUHv6qHF4TPzJE=";