mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[upstream_utils] Add timestamps to commit hashes (#8078)
This commit is contained in:
@@ -28,6 +28,7 @@ def copy_upstream_src(wpilib_root: Path):
|
||||
def main():
|
||||
name = "implot"
|
||||
url = "https://github.com/epezent/implot.git"
|
||||
# master on 2023-08-19
|
||||
tag = "18c72431f8265e2b0b5378a3a73d8a883b2175ff"
|
||||
|
||||
implot = Lib(name, url, tag, copy_upstream_src)
|
||||
|
||||
Reference in New Issue
Block a user