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

exoscale-cli: 1.76.1 -> 1.76.2
This commit is contained in:
Nick Cao
2024-03-23 11:38:02 -04:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "exoscale-cli";
version = "1.76.1";
version = "1.76.2";
src = fetchFromGitHub {
owner = "exoscale";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-HVMsN5qkC+eWb5usdSLgE/dgFtALCaadnKV5zeiKLJI=";
sha256 = "sha256-0wobPnSrKVJ61+gj3cZsNUt6hun3qa/zVoBZlP3viSk=";
};
vendorHash = null;