about summary refs log tree commit diff
path: root/pkgs/misc/fastly/default.nix
diff options
context:
space:
mode:
authorRafael Fernández López <ereslibre@ereslibre.es>2022-12-24 16:32:27 +0100
committerRafael Fernández López <ereslibre@ereslibre.es>2022-12-24 16:32:27 +0100
commit7fca6564e6f2727a5098812086fa2b54b2332289 (patch)
tree94c8ae0733a882af965e764705bd16de49654201 /pkgs/misc/fastly/default.nix
parentd9c3fbfcdcffd2e6b8bf2f59cffcce5507c304b7 (diff)
fastly: update cli-config to latest version
Diffstat (limited to 'pkgs/misc/fastly/default.nix')
-rw-r--r--pkgs/misc/fastly/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/misc/fastly/default.nix b/pkgs/misc/fastly/default.nix
index 9b81a34248dfe..081a063cdbaa7 100644
--- a/pkgs/misc/fastly/default.nix
+++ b/pkgs/misc/fastly/default.nix
@@ -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