Skip to content

Commit

Permalink
Upgrade bazel_deps to get tplot2 working on ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
jpieper committed Jun 4, 2023
1 parent 42bbbff commit f946d93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/workspace/bazel_deps/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ def bazel_deps_repository(name):
github_archive(
name = name,
repo = "mjbots/bazel_deps",
commit = "4af075fe9549f26063bbd6b3f2d039d9854fbdca",
sha256 = "e96b28ac7d2b6b5583b78e3717f22b180ee6a514632e68f29451f3b7a6c17164",
commit = "7c8d5355a271af80fffbf6fd4ef60e065b4b18e8",
sha256 = "a40986e0307f070b03aee77ff65dcf1021d9bae82f5b0b3444364d49da84f6e7",
)

0 comments on commit f946d93

Please sign in to comment.