about summary refs log tree commit diff
path: root/pkgs/misc/fastly
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-03-05 09:07:56 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-03-05 09:07:56 +0000
commitbd73d9f9bd16955835a8f01f4fa67cb76fc701ca (patch)
treeefd3cbe02cd34acd172a474975c72d1d6e7ddd33 /pkgs/misc/fastly
parenta1240f6b4a0bcc84fc48008b396a140d9f3638f6 (diff)
fastly: 7.0.0 -> 7.0.1
Diffstat (limited to 'pkgs/misc/fastly')
-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 1432e37cfd213..e8db6a8eeccfe 100644
--- a/pkgs/misc/fastly/default.nix
+++ b/pkgs/misc/fastly/default.nix
@@ -8,13 +8,13 @@
 
 buildGoModule rec {
   pname = "fastly";
-  version = "7.0.0";
+  version = "7.0.1";
 
   src = fetchFromGitHub {
     owner = "fastly";
     repo = "cli";
     rev = "refs/tags/v${version}";
-    hash = "sha256-+fXx/fVXOAjwo+TLP1pDTVge3VSvTLSGzTv7dSTeXxc=";
+    hash = "sha256-6M1vdwtw+qjKldW642JN2sanaKV3u9J1qWAoLRNupzE=";
     # 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,