about summary refs log tree commit diff
path: root/pkgs/misc/fastly/default.nix
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-12-01 22:02:34 +0000
committerBobby Rong <rjl931189261@126.com>2022-12-02 23:31:42 +0800
commit4ac78ea992241a6a2f4462285807161f22d7779b (patch)
treed7694e0afdb1988b415f2648a0a8d43df011b012 /pkgs/misc/fastly/default.nix
parent79d7bdcef82f908239b66026aedd87de6ed205dc (diff)
fastly: 4.3.0 -> 4.4.0
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 1c653327e717f..3fe7295738f3f 100644
--- a/pkgs/misc/fastly/default.nix
+++ b/pkgs/misc/fastly/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "fastly";
-  version = "4.3.0";
+  version = "4.4.0";
 
   src = fetchFromGitHub {
     owner = "fastly";
     repo = "cli";
     rev = "v${version}";
-    sha256 = "sha256-TxN0DQ4OKfHn+u4ixpCgcyRRTs52IZRjgcbJuqajeVo=";
+    sha256 = "sha256-i3X4VetosUD60QCztJFFRWwHb4kCIaB8MjrT8gA4dYw=";
     # 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,
@@ -23,7 +23,7 @@ buildGoModule rec {
 
   subPackages = [ "cmd/fastly" ];
 
-  vendorSha256 = "sha256-7EtyQYPe+oJmQ7uECbjkBjLnM9T03g6gFwUwebKuccc=";
+  vendorSha256 = "sha256-zilgzfPD7HmHt0/u94JLaY6NPvn1JjXFu1K2YO0tF9M=";
 
   nativeBuildInputs = [ installShellFiles ];