1-
21VERSIONS = {
32 "go" : "1.23.1" ,
43 "python" : "3.12" ,
5-
64 "io_bazel_rules_go" : {
75 "type" : "github_archive" ,
86 "repo" : "bazelbuild/rules_go" ,
97 "version" : "0.53.0" ,
108 "sha256" : "b78f77458e77162f45b4564d6b20b6f92f56431ed59eaaab09e7819d1d850313" ,
119 "url" : "https://github.com/bazelbuild/rules_go/releases/download/v{version}/rules_go-v{version}.zip" ,
1210 },
13-
1411 "rules_pkg" : {
1512 "type" : "github_archive" ,
1613 "repo" : "bazelbuild/rules_pkg" ,
1714 "version" : "1.1.0" ,
1815 "sha256" : "b7215c636f22c1849f1c3142c72f4b954bb12bb8dcf3cbe229ae6e69cc6479db" ,
1916 "url" : "https://github.com/bazelbuild/rules_pkg/releases/download/{version}/rules_pkg-{version}.tar.gz" ,
2017 },
21-
2218 "rules_python" : {
2319 "type" : "github_archive" ,
2420 "repo" : "bazelbuild/rules_python" ,
@@ -27,5 +23,12 @@ VERSIONS = {
2723 "url" : "https://github.com/{repo}/releases/download/{version}/{name}-{version}.tar.gz" ,
2824 "strip_prefix" : "{name}-{version}" ,
2925 },
30-
26+ "rules_shell" : {
27+ "type" : "github_archive" ,
28+ "repo" : "bazelbuild/rules_shell" ,
29+ "version" : "0.6.1" ,
30+ "sha256" : "e6b87c89bd0b27039e3af2c5da01147452f240f75d505f5b6880874f31036307" ,
31+ "url" : "https://github.com/{repo}/releases/download/v{version}/{name}-v{version}.tar.gz" ,
32+ "strip_prefix" : "{name}-{version}" ,
33+ },
3134}
0 commit comments