about summary refs log tree commit diff
path: root/pkgs/misc/fastly
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-01-18 02:13:34 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-01-18 02:13:34 +0000
commit3bf0de1ee9f850a00945c3b88eb222e9a07677d7 (patch)
treefb30a466c53f39a847aed18131d44bf62bd0c0ef /pkgs/misc/fastly
parentf46ee73ba6851e458dedc78e3f0fe2c6eb099697 (diff)
fastly: 4.6.1 -> 4.6.2
Diffstat (limited to 'pkgs/misc/fastly')
-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 0a888acd9bb8e..60e5a72e37ebe 100644
--- a/pkgs/misc/fastly/default.nix
+++ b/pkgs/misc/fastly/default.nix
@@ -8,13 +8,13 @@
 
 buildGoModule rec {
   pname = "fastly";
-  version = "4.6.1";
+  version = "4.6.2";
 
   src = fetchFromGitHub {
     owner = "fastly";
     repo = "cli";
     rev = "refs/tags/v${version}";
-    hash = "sha256-r8k8fB40WQoLWtw+6RCsAOSKDJhN967uNAwbT137rQs=";
+    hash = "sha256-E91Vg/dPJQwBZar7Wo5IeMlFoI/jwz7ALtv67DW1Rsk=";
     # 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-lfypuPCLBBekFWwocdFLUw5sONCBM8clnwHVAebAkZ8=";
+  vendorHash = "sha256-Gyc0c3RntrWFEqk+AixvXSRRqjr7SEYGeqIJ/ysoFgs=";
 
   nativeBuildInputs = [
     installShellFiles