Skip to content

Commit

Permalink
fastly: 10.2.0 -> 10.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ereslibre committed Jun 24, 2023
1 parent a907d2f commit d6cf4d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/misc/fastly/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -33,7 +33,7 @@ buildGoModule rec {
"cmd/fastly"
];

vendorHash = "sha256-J6I2ZSelebf4dUYn+xrBOg63+jjzapNkDLUFmqBSg2E=";
vendorHash = "sha256-L8ylw05g8YkabjK5NDICjYCup+FjCz/vFLzVBNX35Dk=";

nativeBuildInputs = [
installShellFiles
Expand Down

0 comments on commit d6cf4d1

Please sign in to comment.