Skip to content

Commit

Permalink
fastly: 10.14.0 -> 10.14.1
Browse files Browse the repository at this point in the history
(cherry picked from commit 9288b05)
  • Loading branch information
r-ryantm authored and github-actions[bot] committed Sep 17, 2024
1 parent 48cf717 commit c724435
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.14.0";
version = "10.14.1";

src = fetchFromGitHub {
owner = "fastly";
repo = "cli";
rev = "refs/tags/v${version}";
hash = "sha256-bYxA/+bzbam7fT9kAPZ7W5gLDu8l5vowL26OrD+qlCA=";
hash = "sha256-7awNvXlumeY6GXB91rUs8/rWIon0ig3C6S11fBdRj6Y=";
# 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 Down

0 comments on commit c724435

Please sign in to comment.