Skip to content

Commit a122f95

Browse files
committed
chore(deps): update dependency com_github_zeux_pugixml to v1.15
1 parent 90d72c0 commit a122f95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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.14.tar.gz",
37+
"https://github.com/zeux/pugixml/archive/v1.15.tar.gz",
3838
],
39-
sha256 = "610f98375424b5614754a6f34a491adbddaaec074e9044577d965160ec103d2e",
40-
strip_prefix = "pugixml-1.14",
39+
sha256 = "b39647064d9e28297a34278bfb897092bf33b7c487906ddfc094c9e8868bddcb",
40+
strip_prefix = "pugixml-1.15",
4141
build_file = Label("//bazel:pugixml.BUILD"),
4242
)

0 commit comments

Comments
 (0)