helmfile: 0.150.0 -> 0.151.0

This commit is contained in:
R. Ryantm 2023-02-24 23:21:53 +00:00
parent 21299ca839
commit 9307c31bab

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "helmfile";
version = "0.150.0";
version = "0.151.0";
src = fetchFromGitHub {
owner = "helmfile";
repo = "helmfile";
rev = "v${version}";
sha256 = "sha256-7wCt+JAuozsd+LifLArfPNwiKK/tDvgwpIwVCW4nU3Y=";
sha256 = "sha256-hzsxuvHzdjNRqTk4yEBZhT/j1fVCAk+843kY4MsN0AM=";
};
vendorSha256 = "sha256-vLLS+/Xfnlt6cvkNvXKX3DVLku1Q4bRCiv2vMTfOnfw=";
vendorHash = "sha256-f0K3/xF+nJvlhtLAyLOah2RaZbaEqD8C28cPCLyaCXI=";
doCheck = false;