From 44bb1c678bc65fe12e8defdc2b8aa426a61335f0 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 4 Aug 2026 17:56:59 +0000 Subject: [PATCH] fastly: 15.4.0 -> 15.5.0 --- pkgs/by-name/fa/fastly/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/fa/fastly/package.nix b/pkgs/by-name/fa/fastly/package.nix index eb13774b41d7..3081436ad8cc 100644 --- a/pkgs/by-name/fa/fastly/package.nix +++ b/pkgs/by-name/fa/fastly/package.nix @@ -12,13 +12,13 @@ buildGoModule (finalAttrs: { pname = "fastly"; - version = "15.4.0"; + version = "15.5.0"; src = fetchFromGitHub { owner = "fastly"; repo = "cli"; tag = "v${finalAttrs.version}"; - hash = "sha256-vC3S3PYLtkbobfqUSdgrxcfFxHWN02mEO3YzctMkybU="; + hash = "sha256-TJ0xF+inAMrtV0l/tX/2gbcZDYP9k5k+q+roWGyffgc="; # 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, @@ -35,7 +35,7 @@ buildGoModule (finalAttrs: { "cmd/fastly" ]; - vendorHash = "sha256-8TM/gprIgItjw9rUAHh6eJ8ZHlbUoB5KyKmFJDM2xlU="; + vendorHash = "sha256-tYyjquG1Wo9qeNJGZ5K7Dk47MQKNkGD+A0z3bQM59Wo="; nativeBuildInputs = [ installShellFiles