We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0892479 commit e687982Copy full SHA for e687982
pkgs/misc/fastly/default.nix
@@ -10,13 +10,13 @@
10
11
buildGoModule rec {
12
pname = "fastly";
13
- version = "10.16.0";
+ version = "10.17.0";
14
15
src = fetchFromGitHub {
16
owner = "fastly";
17
repo = "cli";
18
rev = "refs/tags/v${version}";
19
- hash = "sha256-CDqv0umkG7VVhP6M3uuxIhifgHA4UDWtCUJZsXCLGfc=";
+ hash = "sha256-auCKY8dpA9MPzDN3laTLP6rwNxSHuAlTxjEWErLBJMs=";
20
# The git commit is part of the `fastly version` original output;
21
# leave that output the same in nixpkgs. Use the `.git` directory
22
# to retrieve the commit SHA, and remove the directory afterwards,
0 commit comments