Skip to content

Release v1.1.2

Latest
Compare
Choose a tag to compare
@Dogild Dogild released this 05 Dec 19:58
v1.1.2
f477feb
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_endor",
    sha256 = "f5806a739cb0c22627f8da4e96b38624dc4db59e9e51dec1dc7c01e0813055e6",
    strip_prefix = "rules_endor-1.1.2",
    urls = [
        "https://github.com/endorlabs/rules_endor/archive/refs/tags/v1.1.2.tar.gz",
    ],
)

load("@rules_endor//endorctl:repositories.bzl", "rules_endorctl_toolchains")
rules_endorctl_toolchains()

Full Changelog: v1.1.1...v1.1.2