about summary refs log tree commit diff
path: root/pkgs/misc/fastly/default.nix
diff options
context:
space:
mode:
authorRafael Fernández López <ereslibre@ereslibre.es>2023-06-24 13:10:22 +0200
committerRafael Fernández López <ereslibre@ereslibre.es>2023-06-24 13:10:22 +0200
commitd6cf4d15f21c467c796908f8868e4bf71f535e4c (patch)
tree87f016dc81a6ef30ecacd6c8245204bc46e7e2d9 /pkgs/misc/fastly/default.nix
parenta907d2f91bcb4e19b26f8704121c16845e647add (diff)
fastly: 10.2.0 -> 10.2.2
Diffstat (limited to 'pkgs/misc/fastly/default.nix')
-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 c466e103f70f8..3b765b55977e8 100644
--- a/pkgs/misc/fastly/default.nix
+++ b/pkgs/misc/fastly/default.nix
@@ -10,13 +10,13 @@
 
 buildGoModule rec {
   pname = "fastly";
-  version = "10.2.0";
+  version = "10.2.2";
 
   src = fetchFromGitHub {
     owner = "fastly";
     repo = "cli";
     rev = "refs/tags/v${version}";
-    hash = "sha256-ZyclYBUQ7X1X9NOPEk1HIoCNYw6zybhno9vq/yqmER8=";
+    hash = "sha256-reHC3R6RrIDynttu2GqUfZvwMxk9rLBdIR/r9IKhba8=";
     # 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-J6I2ZSelebf4dUYn+xrBOg63+jjzapNkDLUFmqBSg2E=";
+  vendorHash = "sha256-L8ylw05g8YkabjK5NDICjYCup+FjCz/vFLzVBNX35Dk=";
 
   nativeBuildInputs = [
     installShellFiles