helmfile: 0.153.1 -> 0.154.0

authored by R. Ryantm and committed by Eric Bailey 51120fc6 eb532cff

+3 -3
+3 -3
pkgs/applications/networking/cluster/helmfile/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "helmfile"; 5 - version = "0.153.1"; 5 + version = "0.154.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "helmfile"; 9 9 repo = "helmfile"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-XdRA2lFkO98llH1A5GW5wgFsggvO5ZBbNXYZR9eoHgM="; 11 + sha256 = "sha256-AKrTpV5Ky94H610iYO31/CBuZkTd1OcxX5Tl0GjNWaA="; 12 12 }; 13 13 14 - vendorHash = "sha256-gm/fVtmcmVHyJnzODwfgJeCaFKk2iLjTpLKtdABqdCE="; 14 + vendorHash = "sha256-PenQxs5Ds5GQ2LSlFRdpNUN8Y+jKCFSllMncWZwaL4c="; 15 15 16 16 doCheck = false; 17 17