summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-02-12 12:01:29 +0000
committerGitHub <noreply@github.com>2023-02-12 12:01:29 +0000
commit95d2ac73ccc4722a86b21e7b087eae767c71c4d9 (patch)
treeeb6c420056114767c7985837ee4eae21a345e29e /pkgs/misc
parentdb256a18b5a01f552871fd92c9f84029bac7b12c (diff)
parentdcb54793dbe0161b7bd22f1adf04f02a21cb64ec (diff)
downloadnixpkgs-95d2ac73ccc4722a86b21e7b087eae767c71c4d9.tar
nixpkgs-95d2ac73ccc4722a86b21e7b087eae767c71c4d9.tar.gz
nixpkgs-95d2ac73ccc4722a86b21e7b087eae767c71c4d9.tar.bz2
nixpkgs-95d2ac73ccc4722a86b21e7b087eae767c71c4d9.tar.lz
nixpkgs-95d2ac73ccc4722a86b21e7b087eae767c71c4d9.tar.xz
nixpkgs-95d2ac73ccc4722a86b21e7b087eae767c71c4d9.tar.zst
nixpkgs-95d2ac73ccc4722a86b21e7b087eae767c71c4d9.zip
Merge master into staging-next
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 1a737ae3ab4..d2eb7ea3a49 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,