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-02-15 22:00:09 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-02-16 15:08:16 +0000
commit71c032db5c7742a37614c91cb46819fce725037e (patch)
tree7de0faba09dc95aa1a3143510881dc1038399b0a /pkgs/misc
parent82ea63762507ebe9f7c95ddd57420a4fa400d908 (diff)
fastly: 10.8.1 -> 10.8.2
(cherry picked from commit a14ca6fcde2a62a353dd517c8174fc9e613fa2cc)
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 837d4bd76bd1e..3faca59c43904 100644
--- a/pkgs/misc/fastly/default.nix
+++ b/pkgs/misc/fastly/default.nix
@@ -10,13 +10,13 @@
 
 buildGoModule rec {
   pname = "fastly";
-  version = "10.8.1";
+  version = "10.8.2";
 
   src = fetchFromGitHub {
     owner = "fastly";
     repo = "cli";
     rev = "refs/tags/v${version}";
-    hash = "sha256-iT4pLzuIXlijQhFzIi5S+Gt6py9cZKTDs7/49Rs/+GI=";
+    hash = "sha256-IUdpnbYxwiS1ibmqvULAhXRAzr9hmJeRKVWo2w1Odrk=";
     # 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,