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

authored by Sandro and committed by GitHub 1f0703db 84caf07d

+2 -2
+2 -2
pkgs/tools/admin/exoscale-cli/default.nix
··· 2 2 3 3 buildGoPackage rec { 4 4 pname = "exoscale-cli"; 5 - version = "1.39.0"; 5 + version = "1.40.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "exoscale"; 9 9 repo = "cli"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-tCvncpD89OYTWW83pScSZqpoxoactARAZDRfEoPaqsc="; 11 + sha256 = "sha256-zhVG9mtkW0avMTtSnJ36qkxuy4SiiAENrKZqE5mXvaA="; 12 12 }; 13 13 14 14 goPackagePath = "github.com/exoscale/cli";