@@ -15,6 +15,15 @@ VERSIONS = {
1515 "url" : "https://github.com/{repo}/archive/v{version}.tar.gz" ,
1616 },
1717
18+ "bazel_features" : {
19+ "type" : "github_archive" ,
20+ "repo" : "bazel-contrib/bazel_features" ,
21+ "version" : "1.51.0" ,
22+ "sha256" : "5450bfb2c8b4bc961c75368838f86156f563cc9adef1be7d504fc5619d54daab" ,
23+ "url" : "https://github.com/{repo}/releases/download/v{version}/{name}-v{version}.tar.gz" ,
24+ "strip_prefix" : "{name}-{version}" ,
25+ },
26+
1827 "bazel_skylib" : {
1928 "type" : "github_archive" ,
2029 "repo" : "bazelbuild/bazel-skylib" ,
@@ -102,9 +111,9 @@ VERSIONS = {
102111 "rules_cc" : {
103112 "type" : "github_archive" ,
104113 "repo" : "bazelbuild/rules_cc" ,
105- "version" : "0.1.1 " ,
106- "sha256" : "712d77868b3152dd618c4d64faaddefcc5965f90f5de6e6dd1d5ddcd0be82d42 " ,
107- "url" : "https://github.com/{repo}/releases/download/{version}/rules_cc -{version}.tar.gz" ,
114+ "version" : "0.2.22 " ,
115+ "sha256" : "81c10a95a5c22d838276ee90d712635d6042419fdfca5ef88328226b6321e53b " ,
116+ "url" : "https://github.com/{repo}/releases/download/{version}/{name} -{version}.tar.gz" ,
108117 "strip_prefix" : "{name}-{version}" ,
109118 },
110119
0 commit comments