about 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-06-16 12:01:42 +0000
committerGitHub <noreply@github.com>2023-06-16 12:01:42 +0000
commitf76683b6c66c7cbec471620da828a55f28770330 (patch)
treea2f931cf572b82f5cd269399e44ff1d0d31ba235 /pkgs/misc
parent1e37ab77b2c8b5228b27fdbee1fc9ee2d4136eaf (diff)
parentebaef3ce4c2d9c1d05f0090532fd7d0c732c67e7 (diff)
downloadnixlib-f76683b6c66c7cbec471620da828a55f28770330.tar
nixlib-f76683b6c66c7cbec471620da828a55f28770330.tar.gz
nixlib-f76683b6c66c7cbec471620da828a55f28770330.tar.bz2
nixlib-f76683b6c66c7cbec471620da828a55f28770330.tar.lz
nixlib-f76683b6c66c7cbec471620da828a55f28770330.tar.xz
nixlib-f76683b6c66c7cbec471620da828a55f28770330.tar.zst
nixlib-f76683b6c66c7cbec471620da828a55f28770330.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/fastly/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/misc/fastly/default.nix b/pkgs/misc/fastly/default.nix
index 2eec7227fc6d..c466e103f70f 100644
--- a/pkgs/misc/fastly/default.nix
+++ b/pkgs/misc/fastly/default.nix
@@ -10,13 +10,13 @@
 
 buildGoModule rec {
   pname = "fastly";
-  version = "10.1.0";
+  version = "10.2.0";
 
   src = fetchFromGitHub {
     owner = "fastly";
     repo = "cli";
     rev = "refs/tags/v${version}";
-    hash = "sha256-gMSKk5igNy8W7Qb1xtKgfpzftiPVZaAv/oKIdinTMGA=";
+    hash = "sha256-ZyclYBUQ7X1X9NOPEk1HIoCNYw6zybhno9vq/yqmER8=";
     # 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,
@@ -33,7 +33,7 @@ buildGoModule rec {
     "cmd/fastly"
   ];
 
-  vendorHash = "sha256-WF66oSkH46mA+WLazJ/qgfNSTXBbeWhbeBYIcP2Q3aQ=";
+  vendorHash = "sha256-J6I2ZSelebf4dUYn+xrBOg63+jjzapNkDLUFmqBSg2E=";
 
   nativeBuildInputs = [
     installShellFiles