Merge pull request #207586 from ereslibre/fastly-update-cli-config

fastly: update cli-config to latest version
This commit is contained in:
Bobby Rong 2022-12-25 18:03:03 +08:00 committed by GitHub
commit 1148c33167
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,8 +49,8 @@ buildGoModule rec {
];
preBuild = let
cliConfigToml = fetchurl {
url = "https://web.archive.org/web/20221104122906/https://developer.fastly.com/api/internal/cli-config";
sha256 = "sha256-BHsUWrMp//X95gcB+WbD/nfyduZUkH8jHXk3CfOBAhg=";
url = "https://web.archive.org/web/20221224152051/https://developer.fastly.com/api/internal/cli-config";
hash = "sha256-IjakfeqjHshlGoamRJTnhUC8cTVMIY63F3vO6I/ZHO4=";
};
in ''
cp ${cliConfigToml} ./pkg/config/config.toml