mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-01 02:41:48 +00:00
[upstream_utils] Add timestamps to commit hashes (#8078)
This commit is contained in:
@@ -39,6 +39,7 @@ def copy_upstream_src(wpilib_root: Path):
|
||||
def main():
|
||||
name = "stb"
|
||||
url = "https://github.com/nothings/stb.git"
|
||||
# master on 2021-04-01
|
||||
tag = "c9064e317699d2e495f36ba4f9ac037e88ee371a"
|
||||
|
||||
stb = Lib(name, url, tag, copy_upstream_src)
|
||||
|
||||
Reference in New Issue
Block a user