about summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorRafael Fernández López <ereslibre@ereslibre.es>2023-11-30 16:42:11 +0100
committerRafael Fernández López <ereslibre@ereslibre.es>2023-11-30 16:42:11 +0100
commit4b324167cfaa7382e52758a1ca47013f772d1378 (patch)
tree7bbaff195be886e720ceb27d6143a2db74e0bca7 /pkgs/misc
parentcf2dc85f865523d99584b624eb3a07cfc6910bf3 (diff)
downloadnixlib-4b324167cfaa7382e52758a1ca47013f772d1378.tar
nixlib-4b324167cfaa7382e52758a1ca47013f772d1378.tar.gz
nixlib-4b324167cfaa7382e52758a1ca47013f772d1378.tar.bz2
nixlib-4b324167cfaa7382e52758a1ca47013f772d1378.tar.lz
nixlib-4b324167cfaa7382e52758a1ca47013f772d1378.tar.xz
nixlib-4b324167cfaa7382e52758a1ca47013f772d1378.tar.zst
nixlib-4b324167cfaa7382e52758a1ca47013f772d1378.zip
fastly: 10.6.4 -> 10.7.0
Diffstat (limited to 'pkgs/misc')
-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 1bed7e8ab2e1..b5a19d30b523 100644
--- a/pkgs/misc/fastly/default.nix
+++ b/pkgs/misc/fastly/default.nix
@@ -10,13 +10,13 @@
 
 buildGoModule rec {
   pname = "fastly";
-  version = "10.6.4";
+  version = "10.7.0";
 
   src = fetchFromGitHub {
     owner = "fastly";
     repo = "cli";
     rev = "refs/tags/v${version}";
-    hash = "sha256-+qBeE7t+d1Es63hUBO9Bcqyc0vtatcJGoYw2GE0JPxQ=";
+    hash = "sha256-KqFBsSoiKzvbSG5XanlFcU8NkveksnEbfqNuPeWEb48=";
     # 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,
@@ -52,8 +52,8 @@ buildGoModule rec {
   ];
   preBuild = let
     cliConfigToml = fetchurl {
-      url = "https://web.archive.org/web/20231104101556/https://developer.fastly.com/api/internal/cli-config";
-      hash = "sha256-Bi5hbmMyFP4Pv2MklwNdkhGLXbI5qf6Ibvj0vWok2tI=";
+      url = "https://web.archive.org/web/20231130153524/https://developer.fastly.com/api/internal/cli-config";
+      hash = "sha256-ZKr6D4DI+lr8FDjfLMgpn4Zq4i5kiwcLEDEScuuCBBw=";
     };
   in ''
     cp ${cliConfigToml} ./pkg/config/config.toml