Skip to content

Commit ed307b9

Browse files
authored
fastly: 10.16.0 -> 10.17.0 (#359629)
2 parents e641109 + e687982 commit ed307b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/misc/fastly/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010

1111
buildGoModule rec {
1212
pname = "fastly";
13-
version = "10.16.0";
13+
version = "10.17.0";
1414

1515
src = fetchFromGitHub {
1616
owner = "fastly";
1717
repo = "cli";
1818
rev = "refs/tags/v${version}";
19-
hash = "sha256-CDqv0umkG7VVhP6M3uuxIhifgHA4UDWtCUJZsXCLGfc=";
19+
hash = "sha256-auCKY8dpA9MPzDN3laTLP6rwNxSHuAlTxjEWErLBJMs=";
2020
# The git commit is part of the `fastly version` original output;
2121
# leave that output the same in nixpkgs. Use the `.git` directory
2222
# to retrieve the commit SHA, and remove the directory afterwards,

0 commit comments

Comments
 (0)