about summary refs log tree commit diff
path: root/pkgs/misc/fastly
diff options
context:
space:
mode:
authorRafael Fernández López <ereslibre@ereslibre.es>2023-02-07 22:23:23 +0100
committerRafael Fernández López <ereslibre@ereslibre.es>2023-02-07 22:23:23 +0100
commit1ef9f06820b7ccfe59cc3f4df04e9b3b3df430cd (patch)
treec0fd9b9b4406b6c604d8302de37d86237852e205 /pkgs/misc/fastly
parent4d4c6bd87a5627fe980665a981cfd52bfb36117a (diff)
downloadnixlib-1ef9f06820b7ccfe59cc3f4df04e9b3b3df430cd.tar
nixlib-1ef9f06820b7ccfe59cc3f4df04e9b3b3df430cd.tar.gz
nixlib-1ef9f06820b7ccfe59cc3f4df04e9b3b3df430cd.tar.bz2
nixlib-1ef9f06820b7ccfe59cc3f4df04e9b3b3df430cd.tar.lz
nixlib-1ef9f06820b7ccfe59cc3f4df04e9b3b3df430cd.tar.xz
nixlib-1ef9f06820b7ccfe59cc3f4df04e9b3b3df430cd.tar.zst
nixlib-1ef9f06820b7ccfe59cc3f4df04e9b3b3df430cd.zip
fastly: 5.1.1 -> 6.0.0
Diffstat (limited to 'pkgs/misc/fastly')
-rw-r--r--pkgs/misc/fastly/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/misc/fastly/default.nix b/pkgs/misc/fastly/default.nix
index 1542ed14fafe..1a737ae3ab45 100644
--- a/pkgs/misc/fastly/default.nix
+++ b/pkgs/misc/fastly/default.nix
@@ -8,13 +8,13 @@
 
 buildGoModule rec {
   pname = "fastly";
-  version = "5.1.1";
+  version = "6.0.0";
 
   src = fetchFromGitHub {
     owner = "fastly";
     repo = "cli";
     rev = "refs/tags/v${version}";
-    hash = "sha256-gPToEeLymKIRjL52wb5AjMpDM6vU0Yb0rbcpouev4rQ=";
+    hash = "sha256-meUKWAFKT6EgHtzgR6jjDCA8EUD1kVoT3reXaRheukw=";
     # The git commit is part of the `fastly version` original output;
     # leave that output the same in nixpkgs. Use the `.git` directory
     # to retrieve the commit SHA, and remove the directory afterwards,
@@ -49,8 +49,8 @@ buildGoModule rec {
   ];
   preBuild = let
     cliConfigToml = fetchurl {
-      url = "https://web.archive.org/web/20221224152051/https://developer.fastly.com/api/internal/cli-config";
-      hash = "sha256-IjakfeqjHshlGoamRJTnhUC8cTVMIY63F3vO6I/ZHO4=";
+      url = "https://web.archive.org/web/20230207211120/https://developer.fastly.com/api/internal/cli-config";
+      hash = "sha256-Vkl8V5AkiJMZLswSN0vTnz7S7/5lXftlWD5UZh//vUw=";
     };
   in ''
     cp ${cliConfigToml} ./pkg/config/config.toml