3
0
Fork 0
forked from mirrors/nixpkgs

fastly: update cli-config to latest version

This commit is contained in:
Rafael Fernández López 2022-12-24 16:32:27 +01:00
parent d9c3fbfcdc
commit 7fca6564e6
No known key found for this signature in database
GPG key ID: A07C55EEE4CCE570

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