exoscale-cli: 1.71.2 -> 1.72.0

This commit is contained in:
R. Ryantm 2023-08-12 05:07:45 +00:00
parent b342e15e1f
commit 34616cd80a

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "exoscale-cli";
version = "1.71.2";
version = "1.72.0";
src = fetchFromGitHub {
owner = "exoscale";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-c+u4mEpkzIEg3C1nQCSAhWdWWVxrW12Tt1RelgPkP1Y=";
sha256 = "sha256-+M7+/iexcqQD1RVJziNll0XaPAsUiFlC3+1EwXxA5P0=";
};
vendorHash = null;