module( | |
name = "openssh", | |
version = "9.9p1", | |
bazel_compatibility = [ | |
">=7.1.0", | |
], | |
compatibility_level = 9, | |
) | |
bazel_dep(name = "rules_cc", version = "0.0.10") | |
bazel_dep(name = "platforms", version = "0.0.10") | |
bazel_dep(name = "rules_coreutils", version = "1.0.0-beta.6") | |
bazel_dep(name = "boringssl", version = "0.20241024.0") | |
bazel_dep(name = "zlib", version = "1.3.1.bcr.3") | |
bazel_dep(name = "libxcrypt", version = "4.4.36") |