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

exoscale-cli: 1.59.1 -> 1.59.3

authored by Stanisław Pitucha and committed by GitHub d796e61f 5f223154

+2 -2
+2 -2
pkgs/tools/admin/exoscale-cli/default.nix
··· 2 3 buildGoModule rec { 4 pname = "exoscale-cli"; 5 - version = "1.59.1"; 6 7 src = fetchFromGitHub { 8 owner = "exoscale"; 9 repo = "cli"; 10 rev = "v${version}"; 11 - sha256 = "sha256-dkiUO68NtWU/GOOuJvihlOfnEjF+5sNSkOAttCrQEHI="; 12 }; 13 14 vendorSha256 = null;
··· 2 3 buildGoModule rec { 4 pname = "exoscale-cli"; 5 + version = "1.59.3"; 6 7 src = fetchFromGitHub { 8 owner = "exoscale"; 9 repo = "cli"; 10 rev = "v${version}"; 11 + sha256 = "sha256-QJDj8YW7gO0xvKqUYrgNlSfOqtk29C3nLsqO1BjowTE="; 12 }; 13 14 vendorSha256 = null;