Skip to content

Commit

Permalink
chore(deps): update dependency com_github_zeux_pugixml to v1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 10, 2025
1 parent 90d72c0 commit a122f95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/development2.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ def gl_cpp_development2(name = None):
http_archive,
name = "com_github_zeux_pugixml",
urls = [
"https://github.com/zeux/pugixml/archive/v1.14.tar.gz",
"https://github.com/zeux/pugixml/archive/v1.15.tar.gz",
],
sha256 = "610f98375424b5614754a6f34a491adbddaaec074e9044577d965160ec103d2e",
strip_prefix = "pugixml-1.14",
sha256 = "b39647064d9e28297a34278bfb897092bf33b7c487906ddfc094c9e8868bddcb",
strip_prefix = "pugixml-1.15",
build_file = Label("//bazel:pugixml.BUILD"),
)

0 comments on commit a122f95

Please sign in to comment.