Skip to content

Commit

Permalink
Update repositories.bzl
Browse files Browse the repository at this point in the history
  • Loading branch information
doroginin committed Aug 11, 2018
1 parent e44e19d commit f4300d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ go_library(
"""

def _googleapis_repository_impl(ctx):
googleapis_commit = "e1c0c726290a55065c0c46a62dacc9372939973b"
googleapis_commit = "3544ab16c3342d790b00764251e348705991ea4b"
ctx.download_and_extract(
url = "https://github.com/googleapis/googleapis/archive/{commit}.tar.gz".format(
commit = googleapis_commit,
),
sha256 = "9508971cb4a7c0fe03bc1bfafbd0abc9654c80b4c70e360a6c534938d06d8fb9",
sha256 = "288cc8e5057d6de715740c8e30553a926bd375ca2d4a7e1309a4e2456d80c335",
stripPrefix = "googleapis-{}".format(googleapis_commit),
)

Expand Down

0 comments on commit f4300d0

Please sign in to comment.