diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-10-23 14:22:28 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-10-23 14:22:28 +0200 |
commit | a7646c85398277ee7a3ff6d66da6503e6c25e97b (patch) | |
tree | 2121a51207fd2b671433a01b277f4ccac766be86 /doc/tutorial/third-party-software.md | |
parent | 6a1c5cc2c05e7c013a44cddbf030b7d50f1daf12 (diff) | |
download | justbuild-a7646c85398277ee7a3ff6d66da6503e6c25e97b.tar.gz |
Update rules reference in tutorial
Diffstat (limited to 'doc/tutorial/third-party-software.md')
-rw-r--r-- | doc/tutorial/third-party-software.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/tutorial/third-party-software.md b/doc/tutorial/third-party-software.md index d79df2eb..d8ac97c2 100644 --- a/doc/tutorial/third-party-software.md +++ b/doc/tutorial/third-party-software.md @@ -140,7 +140,7 @@ additional binding `"format"` for it: { "repository": { "type": "git" , "branch": "master" - , "commit": "22777343f1cfdda9880c61516be22fdfa595a569" + , "commit": "b8ae7e38c0c51467ead55361362a0fd0da3666d5" , "repository": "https://github.com/just-buildsystem/rules-cc.git" , "subdir": "rules" } @@ -273,7 +273,7 @@ be set for them in `repos.json`: { "repository": { "type": "git" , "branch": "master" - , "commit": "22777343f1cfdda9880c61516be22fdfa595a569" + , "commit": "b8ae7e38c0c51467ead55361362a0fd0da3666d5" , "repository": "https://github.com/just-buildsystem/rules-cc.git" , "subdir": "rules" } @@ -396,7 +396,7 @@ example, the following `repos.json` defines the overlay { "repository": { "type": "git" , "branch": "master" - , "commit": "22777343f1cfdda9880c61516be22fdfa595a569" + , "commit": "b8ae7e38c0c51467ead55361362a0fd0da3666d5" , "repository": "https://github.com/just-buildsystem/rules-cc.git" , "subdir": "rules" } |