about summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorRafael Fernández López <ereslibre@ereslibre.es>2024-03-28 00:59:44 +0100
committerRafael Fernández López <ereslibre@ereslibre.es>2024-04-02 21:24:50 +0200
commitc3c6f14c742b28658a8f0a0c294959bfbf78f438 (patch)
tree8d84e26bce37779893e9f3e61f22baa8f72131dd /pkgs/misc
parente36f92c5c88ed359ed1dccd017a2f03a758a36f0 (diff)
fastly: 10.8.8 -> 10.8.9
Diffstat (limited to 'pkgs/misc')
-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 447f582cb011e..5658af6983a55 100644
--- a/pkgs/misc/fastly/default.nix
+++ b/pkgs/misc/fastly/default.nix
@@ -10,13 +10,13 @@
 
 buildGoModule rec {
   pname = "fastly";
-  version = "10.8.8";
+  version = "10.8.9";
 
   src = fetchFromGitHub {
     owner = "fastly";
     repo = "cli";
     rev = "refs/tags/v${version}";
-    hash = "sha256-GdreswHR+avk5AYJwcoxqF/MlrcHX9NLNpgST5+0kVc=";
+    hash = "sha256-s3tsLCON8F1N7pK7xp8Fwmo8KNctmUnA7I1MxhQeDtA=";
     # 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,