about summary refs log tree commit diff
path: root/pkgs/misc/fastly/default.nix
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-02-12 09:46:15 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-02-12 09:46:15 +0000
commit869b5216f2f180ac500210cd9621bc23e4bb8487 (patch)
treeef58e3eeaaa7ed3848427ed4a7ca2e489d135f89 /pkgs/misc/fastly/default.nix
parent4d4ee0650f0b185855f490085b8dde9d58492dd5 (diff)
fastly: 6.0.0 -> 6.0.3
Diffstat (limited to 'pkgs/misc/fastly/default.nix')
-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 1a737ae3ab457..d2eb7ea3a494c 100644
--- a/pkgs/misc/fastly/default.nix
+++ b/pkgs/misc/fastly/default.nix
@@ -8,13 +8,13 @@
 
 buildGoModule rec {
   pname = "fastly";
-  version = "6.0.0";
+  version = "6.0.3";
 
   src = fetchFromGitHub {
     owner = "fastly";
     repo = "cli";
     rev = "refs/tags/v${version}";
-    hash = "sha256-meUKWAFKT6EgHtzgR6jjDCA8EUD1kVoT3reXaRheukw=";
+    hash = "sha256-6Qkt7ofNhnqikckUOTaEe5ptsYQ+9ELuuobhfnG7VTU=";
     # 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,