helmfile: 0.159.0 -> 0.160.0

This commit is contained in:
R. Ryantm 2023-12-25 20:44:16 +00:00
parent e2a637a479
commit 52f8a4caad

View File

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "helmfile";
version = "0.159.0";
version = "0.160.0";
src = fetchFromGitHub {
owner = "helmfile";
repo = "helmfile";
rev = "v${version}";
sha256 = "sha256-7RFDa8Yw2tPjVvJLVPb7VbDNhrHNxzqmE0uogm7X/HY=";
sha256 = "sha256-sPHEYhKiKzB5MYylWeHKpVjjXbDsWbg99TKqT/d3uJ0=";
};
vendorHash = "sha256-kVr6h5u71RimRER6tNxZUewSqqjaAPptriD5bfsE85U=";
vendorHash = "sha256-LkmPytmXrense/M0erBkxeQ7XXGlHDLY1yedsOxk4+E=";
doCheck = false;