about summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-05-19 02:31:33 -0600
committerGitHub <noreply@github.com>2023-05-19 02:31:33 -0600
commit7418e8a41bb8ad465f97ab059a0093d8b8e1916f (patch)
tree269f41881f5f50784885c302d61bd22dac2fff3a /pkgs/misc
parentabb1e10137f5c5841e2dec2e75521e1ddbf91c37 (diff)
parent2fc5317d90680437f5563830f1e4ea5903e9858d (diff)
Merge pull request #232769 from r-ryantm/auto-update/fastly
fastly: 9.0.3 -> 10.0.1
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/fastly/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/misc/fastly/default.nix b/pkgs/misc/fastly/default.nix
index 48e5fa54de7c3..e06777c13251b 100644
--- a/pkgs/misc/fastly/default.nix
+++ b/pkgs/misc/fastly/default.nix
@@ -10,13 +10,13 @@
 
 buildGoModule rec {
   pname = "fastly";
-  version = "9.0.3";
+  version = "10.0.1";
 
   src = fetchFromGitHub {
     owner = "fastly";
     repo = "cli";
     rev = "refs/tags/v${version}";
-    hash = "sha256-cR0XtTzdz400p/9b8NmFxWqsSMqLf3KJRekfkWbx/Zs=";
+    hash = "sha256-khGg6TcbyJMn+hiBANhHA6IU6aODTA94AV7yCaELqrs=";
     # 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,
@@ -33,7 +33,7 @@ buildGoModule rec {
     "cmd/fastly"
   ];
 
-  vendorHash = "sha256-Ch9TT5gPC8NpwuqkwHP+3HEFocWHrCZPC0T7+3VweVc=";
+  vendorHash = "sha256-WF66oSkH46mA+WLazJ/qgfNSTXBbeWhbeBYIcP2Q3aQ=";
 
   nativeBuildInputs = [
     installShellFiles