helmfile: 0.141.0 -> 0.142.0

This commit is contained in:
R. Ryantm 2021-12-07 03:29:01 +00:00
parent 2853aa3477
commit cceddd00eb

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "helmfile";
version = "0.141.0";
version = "0.142.0";
src = fetchFromGitHub {
owner = "roboll";
repo = "helmfile";
rev = "v${version}";
sha256 = "sha256-UwjV3xgnZa0Emzw4FP/+gHh1ES6MTihrrlGKUBH6O9Q=";
sha256 = "sha256-kz5U9MPpN+14Eb1D1hjwDfvTOygzg0unyIgrFTFhE0Q=";
};
vendorSha256 = "sha256-HKHMeDnIDmQ7AjuS2lYCMphTHGD1JgQuBYDJe2+PEk4=";