@@ -71,20 +71,20 @@ def gl_cpp_workspace0(name = None):
7171 http_archive ,
7272 name = "rules_cc" ,
7373 urls = [
74- "https://github.com/bazelbuild/rules_cc/releases/download/0.1.3 /rules_cc-0.1.3 .tar.gz" ,
74+ "https://github.com/bazelbuild/rules_cc/releases/download/0.1.4 /rules_cc-0.1.4 .tar.gz" ,
7575 ],
76- sha256 = "64cb81641305dcf7b3b3d5a73095ee8fe7444b26f7b72a12227d36e15cfbb6cb " ,
77- strip_prefix = "rules_cc-0.1.3 " ,
76+ sha256 = "0d3b4f984c4c2e1acfd1378e0148d35caf2ef1d9eb95b688f8e19ce0c41bdf5b " ,
77+ strip_prefix = "rules_cc-0.1.4 " ,
7878 )
7979
8080 # protobuf requires this
8181 maybe (
8282 http_archive ,
8383 name = "bazel_skylib" ,
84- sha256 = "bc283cdfcd526a52c3201279cda4bc298652efa898b10b4db0837dc51652756f " ,
84+ sha256 = "51b5105a760b353773f904d2bbc5e664d0987fbaf22265164de65d43e910d8ac " ,
8585 urls = [
86- "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.7 .1/bazel-skylib-1.7 .1.tar.gz" ,
87- "https://github.com/bazelbuild/bazel-skylib/releases/download/1.7 .1/bazel-skylib-1.7 .1.tar.gz" ,
86+ "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.8 .1/bazel-skylib-1.8 .1.tar.gz" ,
87+ "https://github.com/bazelbuild/bazel-skylib/releases/download/1.8 .1/bazel-skylib-1.8 .1.tar.gz" ,
8888 ],
8989 )
9090
@@ -93,9 +93,9 @@ def gl_cpp_workspace0(name = None):
9393 http_archive ,
9494 name = "build_bazel_rules_apple" ,
9595 urls = [
96- "https://github.com/bazelbuild/rules_apple/releases/download/4.0 .1/rules_apple.4.0 .1.tar.gz" ,
96+ "https://github.com/bazelbuild/rules_apple/releases/download/4.1 .1/rules_apple.4.1 .1.tar.gz" ,
9797 ],
98- sha256 = "b28822cb81916fb544119f5533de010cc67ec6a789f2e7d0fc19d53bfcbb8285 " ,
98+ sha256 = "e21e13568f6cbd1167a3b4c29ee865440c11b680153a7b6014ee15e64cc57c2d " ,
9999 )
100100
101101 # Load Abseil
0 commit comments