helmfile: 0.152.0 -> 0.153.1

This commit is contained in:
R. Ryantm 2023-04-30 00:41:12 +00:00
parent 3ed18a3527
commit 48bdecfff4

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "helmfile";
version = "0.152.0";
version = "0.153.1";
src = fetchFromGitHub {
owner = "helmfile";
repo = "helmfile";
rev = "v${version}";
sha256 = "sha256-y7IM9YMbJvDmCwzR4Iz5losKberxtGkMfyxpyuBEb+o=";
sha256 = "sha256-XdRA2lFkO98llH1A5GW5wgFsggvO5ZBbNXYZR9eoHgM=";
};
vendorHash = "sha256-GRTtpZ4du3FNGpD+LArmNkJFeHs72jkYKYbvp73I/5s=";
vendorHash = "sha256-gm/fVtmcmVHyJnzODwfgJeCaFKk2iLjTpLKtdABqdCE=";
doCheck = false;