We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90d72c0 commit a122f95Copy full SHA for a122f95
bazel/development2.bzl
@@ -34,9 +34,9 @@ def gl_cpp_development2(name = None):
34
http_archive,
35
name = "com_github_zeux_pugixml",
36
urls = [
37
- "https://github.com/zeux/pugixml/archive/v1.14.tar.gz",
+ "https://github.com/zeux/pugixml/archive/v1.15.tar.gz",
38
],
39
- sha256 = "610f98375424b5614754a6f34a491adbddaaec074e9044577d965160ec103d2e",
40
- strip_prefix = "pugixml-1.14",
+ sha256 = "b39647064d9e28297a34278bfb897092bf33b7c487906ddfc094c9e8868bddcb",
+ strip_prefix = "pugixml-1.15",
41
build_file = Label("//bazel:pugixml.BUILD"),
42
)
0 commit comments