helmfile: 0.162.0 -> 0.165.0

This commit is contained in:
Marcus Ramberg
2024-05-28 14:54:30 -05:00
committed by Eric Bailey
parent 3e1115a0a6
commit f0617415f5
@@ -8,16 +8,16 @@
buildGo122Module rec {
pname = "helmfile";
version = "0.162.0";
version = "0.165.0";
src = fetchFromGitHub {
owner = "helmfile";
repo = "helmfile";
rev = "v${version}";
hash = "sha256-BiouIaiYveQe0sTgvuf1R1S0qydLpoxWl958zyVFvWE=";
hash = "sha256-fXrfthjWaCo0p7NwP9EWa0uFeCCHInzi7h2tgawHlh0=";
};
vendorHash = "sha256-z6UfyruXLzcH9iLgsM6Wmb1i8PWrroAbhGi2fphYBoA=";
vendorHash = "sha256-nWfj/E3Lg58wZ27LEI91+Ns9lj+unK6xYTEcxdAFOXI=";
doCheck = false;