fastly: 10.16.0 -> 10.17.0

This commit is contained in:
Rafael Fernández López 2024-11-27 18:29:33 +01:00
parent 089247932f
commit e687982294

View File

@ -10,13 +10,13 @@
buildGoModule rec {
pname = "fastly";
version = "10.16.0";
version = "10.17.0";
src = fetchFromGitHub {
owner = "fastly";
repo = "cli";
rev = "refs/tags/v${version}";
hash = "sha256-CDqv0umkG7VVhP6M3uuxIhifgHA4UDWtCUJZsXCLGfc=";
hash = "sha256-auCKY8dpA9MPzDN3laTLP6rwNxSHuAlTxjEWErLBJMs=";
# 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,