diff options
| author | Rafael Fernández López <ereslibre@ereslibre.es> | 2023-06-24 13:10:22 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-06-24 13:41:17 +0000 |
| commit | 76563110b5380511d17b2b4e759a46ef43acf9fc (patch) | |
| tree | 64b48b3a7df978f8afd53b0caad9ee56ff5a4923 | |
| parent | Merge pull request #239581 from NixOS/backport-239519-to-release-23.05 (diff) | |
| download | nixpkgs-76563110b5380511d17b2b4e759a46ef43acf9fc.tar.gz | |
fastly: 10.2.0 -> 10.2.2
(cherry picked from commit d6cf4d15f21c467c796908f8868e4bf71f535e4c)
| -rw-r--r-- | pkgs/misc/fastly/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/misc/fastly/default.nix b/pkgs/misc/fastly/default.nix index c466e103f70f..3b765b55977e 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 |
