Merge pull request #248639 from r-ryantm/auto-update/exoscale-cli

exoscale-cli: 1.71.2 -> 1.72.0

authored by Mario Rodas and committed by GitHub fe53548a ab7ac0ff

+2 -2
+2 -2
pkgs/tools/admin/exoscale-cli/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "exoscale-cli"; 5 - version = "1.71.2"; 5 + version = "1.72.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "exoscale"; 9 9 repo = "cli"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-c+u4mEpkzIEg3C1nQCSAhWdWWVxrW12Tt1RelgPkP1Y="; 11 + sha256 = "sha256-+M7+/iexcqQD1RVJziNll0XaPAsUiFlC3+1EwXxA5P0="; 12 12 }; 13 13 14 14 vendorHash = null;