Skip to content

Commit fcb4027

Browse files
authored
chore(deps): update dependency com_github_zeux_pugixml to v1.16 (#16190)
1 parent 243f00e commit fcb4027

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

bazel/development2.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ def gl_cpp_development2(name = None):
3434
http_archive,
3535
name = "com_github_zeux_pugixml",
3636
urls = [
37-
"https://github.com/zeux/pugixml/archive/v1.15.tar.gz",
37+
"https://github.com/zeux/pugixml/archive/v1.16.tar.gz",
3838
],
39-
sha256 = "b39647064d9e28297a34278bfb897092bf33b7c487906ddfc094c9e8868bddcb",
40-
strip_prefix = "pugixml-1.15",
39+
sha256 = "357bcab8877dc9943f355d3a72daba1b053238ba955f50fa81586afb65090219",
40+
strip_prefix = "pugixml-1.16",
4141
build_file = Label("//bazel:pugixml.BUILD"),
4242
)

0 commit comments

Comments
 (0)