summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-02-26 08:00:32 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-02-26 08:00:32 +0000
commitc73a83b29d0b2eb99479928f7dfdba26dce121dc (patch)
tree0ad3c9d550daa9df4708fba990b1625f90e13ea8 /pkgs/misc
parent3d0de0e8c81d097c7bed0e482f47e24089df8ff9 (diff)
downloadnixpkgs-c73a83b29d0b2eb99479928f7dfdba26dce121dc.tar
nixpkgs-c73a83b29d0b2eb99479928f7dfdba26dce121dc.tar.gz
nixpkgs-c73a83b29d0b2eb99479928f7dfdba26dce121dc.tar.bz2
nixpkgs-c73a83b29d0b2eb99479928f7dfdba26dce121dc.tar.lz
nixpkgs-c73a83b29d0b2eb99479928f7dfdba26dce121dc.tar.xz
nixpkgs-c73a83b29d0b2eb99479928f7dfdba26dce121dc.tar.zst
nixpkgs-c73a83b29d0b2eb99479928f7dfdba26dce121dc.zip
fastly: 6.0.6 -> 7.0.0
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 936ef5c59fe..1432e37cfd2 100644
--- a/pkgs/misc/fastly/default.nix
+++ b/pkgs/misc/fastly/default.nix
@@ -8,13 +8,13 @@
 
 buildGoModule rec {
   pname = "fastly";
-  version = "6.0.6";
+  version = "7.0.0";
 
   src = fetchFromGitHub {
     owner = "fastly";
     repo = "cli";
     rev = "refs/tags/v${version}";
-    hash = "sha256-ZAYzZBOs/A/2krpO4FcGO2W1Afr3Qz1yDAZgG6SPirU=";
+    hash = "sha256-+fXx/fVXOAjwo+TLP1pDTVge3VSvTLSGzTv7dSTeXxc=";
     # 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,
@@ -31,7 +31,7 @@ buildGoModule rec {
     "cmd/fastly"
   ];
 
-  vendorHash = "sha256-ORS74tFYWlVS+vJXNJyoqpUtg7nqi3fuqV1MwudDJks=";
+  vendorHash = "sha256-oQwlhlZHpUvGaOyozBpK5W9glzo8VKH7S3vih5c15OA=";
 
   nativeBuildInputs = [
     installShellFiles