summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-06-12 17:41:27 +0200
committerRyan Dahl <ry@tinyclouds.org>2018-06-12 17:41:27 +0200
commit7d9a43638a72aeac38c7f3dfe0e5a0612ce50ddf (patch)
tree2ef65ab6dc35e384125e6faba09fea72dd0ea30b
parent7784cc2c1537a23b8b8ffa634b1a9b1ddf88886a (diff)
Fix git versions in gclient
-rw-r--r--deno2/.gclient8
1 files changed, 4 insertions, 4 deletions
diff --git a/deno2/.gclient b/deno2/.gclient
index 0e138e7a5..7524a255c 100644
--- a/deno2/.gclient
+++ b/deno2/.gclient
@@ -1,5 +1,5 @@
solutions = [{
- 'url': 'https://chromium.googlesource.com/v8/v8.git',
+ 'url': 'https://chromium.googlesource.com/v8/v8.git@2530a044126ae6a1d3dff0d8c61999762847d9f0',
'custom_vars': {
'build_for_node': True
},
@@ -22,17 +22,17 @@ solutions = [{
'v8/tools/luci-go': None
}
}, {
- 'url': 'https://github.com/ry/protobuf_chromium.git',
+ 'url': 'https://github.com/ry/protobuf_chromium.git@e62249df45c2a0a9c38e4017e8ab604020b986c5',
'name': 'third_party/protobuf',
'deps_file': 'DEPS'
}, {
'url':
- 'https://chromium.googlesource.com/chromium/src/tools/protoc_wrapper',
+ 'https://chromium.googlesource.com/chromium/src/tools/protoc_wrapper@9af82fef8cb9ca3ccc13e2ed958f58f2c21f449b',
'name':
'tools/protoc_wrapper'
}, {
'url':
- 'https://chromium.googlesource.com/chromium/src/third_party/zlib',
+ 'https://chromium.googlesource.com/chromium/src/third_party/zlib@39b4a6260702da4c089eca57136abf40a39667e9',
'name':
'third_party/zlib'
}]