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

fastly: update cli-config to latest version

authored by Bobby Rong and committed by GitHub 1148c331 295d4a76

+2 -2
+2 -2
pkgs/misc/fastly/default.nix
··· 49 49 ]; 50 50 preBuild = let 51 51 cliConfigToml = fetchurl { 52 - url = "https://web.archive.org/web/20221104122906/https://developer.fastly.com/api/internal/cli-config"; 53 - sha256 = "sha256-BHsUWrMp//X95gcB+WbD/nfyduZUkH8jHXk3CfOBAhg="; 52 + url = "https://web.archive.org/web/20221224152051/https://developer.fastly.com/api/internal/cli-config"; 53 + hash = "sha256-IjakfeqjHshlGoamRJTnhUC8cTVMIY63F3vO6I/ZHO4="; 54 54 }; 55 55 in '' 56 56 cp ${cliConfigToml} ./pkg/config/config.toml