File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010
1111buildGoModule 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
You can’t perform that action at this time.
0 commit comments