Skip to content

Commit 0ee34b3

Browse files
authored
fastly: 10.15.0 -> 10.16.0 (#355578)
2 parents 6a9bda3 + bc35936 commit 0ee34b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/misc/fastly/default.nix

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

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

1515
src = fetchFromGitHub {
1616
owner = "fastly";
1717
repo = "cli";
1818
rev = "refs/tags/v${version}";
19-
hash = "sha256-zKF9ef28lZns2WWZ7BjLSP7Z5N5+wIaztLmgfzA05+c=";
19+
hash = "sha256-CDqv0umkG7VVhP6M3uuxIhifgHA4UDWtCUJZsXCLGfc=";
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,
@@ -33,7 +33,7 @@ buildGoModule rec {
3333
"cmd/fastly"
3434
];
3535

36-
vendorHash = "sha256-PoP4dMhNj+pHPSNmX24W/qipUJJeL88mjx1sqtcF40M=";
36+
vendorHash = "sha256-rh4UXvJh7lBSCXPt6qo65gJOZwa65J7tcBjwPXDxeeQ=";
3737

3838
nativeBuildInputs = [
3939
installShellFiles

0 commit comments

Comments
 (0)