remove unused dict
This commit is contained in:
parent
921a8fd994
commit
b97f6d8e93
|
@ -200,7 +200,6 @@ def _zig_repository_impl(repository_ctx):
|
||||||
|
|
||||||
zig_repository = repository_rule(
|
zig_repository = repository_rule(
|
||||||
attrs = {
|
attrs = {
|
||||||
"url": attr.string(),
|
|
||||||
"version": attr.string(),
|
"version": attr.string(),
|
||||||
"host_platform_sha256": attr.string_dict(),
|
"host_platform_sha256": attr.string_dict(),
|
||||||
"url_format": attr.string(),
|
"url_format": attr.string(),
|
||||||
|
|
Loading…
Reference in New Issue