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-05-23 21:35:05 +0200
committerRafael Fernández López <ereslibre@ereslibre.es>2023-05-23 21:51:57 +0200
commit3a5076501f838a7d268e0edb7051ddcfdfba0977 (patch)
treeaa4012765f93ab67fbd17518153f53d734210c6d /pkgs/misc
parent5bb66abf2babc92151390be8a309640c33173a05 (diff)
fastly: 10.0.1 -> 10.1.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 e06777c13251b..2eec7227fc6df 100644
--- a/pkgs/misc/fastly/default.nix
+++ b/pkgs/misc/fastly/default.nix
@@ -10,13 +10,13 @@
 
 buildGoModule rec {
   pname = "fastly";
-  version = "10.0.1";
+  version = "10.1.0";
 
   src = fetchFromGitHub {
     owner = "fastly";
     repo = "cli";
     rev = "refs/tags/v${version}";
-    hash = "sha256-khGg6TcbyJMn+hiBANhHA6IU6aODTA94AV7yCaELqrs=";
+    hash = "sha256-gMSKk5igNy8W7Qb1xtKgfpzftiPVZaAv/oKIdinTMGA=";
     # 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/20230412222811/https://developer.fastly.com/api/internal/cli-config";
-      hash = "sha256-NACjeBGOvBL6kUBZtSx4ChZgn7V69f4K2yyDCwTZsbU=";
+      url = "https://web.archive.org/web/20230523192914/https://developer.fastly.com/api/internal/cli-config";
+      hash = "sha256-zgZ3m69dRvuc1S7hHeLxzrM/Z/u0PKUn0XbyQOYO3es=";
     };
   in ''
     cp ${cliConfigToml} ./pkg/config/config.toml