Skip to content

Releases: fasterci/rules_mirror

v0.8.0

12 Jun 19:51
b73379d

Choose a tag to compare

v0.8.0 Pre-release
Pre-release

WORKSPACE snippet:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "com_fasterci_rules_mirror",
    sha256 = "8a960717bff95d78559bbf9f8fb9c63f6656275c9d39f0e9323cec9a48b805f9",
    strip_prefix = "rules_mirror-0.8.0",
    url = "https://github.com/fasterci/rules_mirror/archive/refs/tags/v0.8.0.tar.gz",
)

######################
# rules_mirror setup #
######################
# Fetches the rules_mirror dependencies.
# If you want to have a different version of some dependency,
# you should fetch it *before* calling this.
# Alternatively, you can skip calling this function, so long as you've
# already fetched all the dependencies.
load("//mirror:repositories.bzl", "rules_mirror_dependencies")

rules_mirror_dependencies()

What's Changed

Full Changelog: v0.7.4...v0.8.0

v0.7.4

10 May 23:11
d553846

Choose a tag to compare

WORKSPACE snippet:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "com_fasterci_rules_mirror",
    sha256 = "80765d5896cde1ca9118ce6c443d7e606d43fb95994cdb0c2d3d65435b67815b",
    strip_prefix = "rules_mirror-0.7.4",
    url = "https://github.com/fasterci/rules_mirror/archive/refs/tags/v0.7.4.tar.gz",
)

######################
# rules_mirror setup #
######################
# Fetches the rules_mirror dependencies.
# If you want to have a different version of some dependency,
# you should fetch it *before* calling this.
# Alternatively, you can skip calling this function, so long as you've
# already fetched all the dependencies.
load("//mirror:repositories.bzl", "rules_mirror_dependencies")

rules_mirror_dependencies()

What's Changed

New Contributors

Full Changelog: v0.1...v0.7.4

v0.7.3

13 Apr 15:51
0585f72

Choose a tag to compare

v0.7.3 Pre-release
Pre-release

WORKSPACE snippet:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "com_fasterci_rules_mirror",
    sha256 = "6d3ea279f26d9eb27641a1457cc57737015f84e6f7af771b0687750df7851266",
    strip_prefix = "rules_mirror-0.7.3",
    url = "https://github.com/fasterci/rules_mirror/archive/refs/tags/v0.7.3.tar.gz",
)

######################
# rules_mirror setup #
######################
# Fetches the rules_mirror dependencies.
# If you want to have a different version of some dependency,
# you should fetch it *before* calling this.
# Alternatively, you can skip calling this function, so long as you've
# already fetched all the dependencies.
load("//mirror:repositories.bzl", "rules_mirror_dependencies")

rules_mirror_dependencies()

What's Changed

New Contributors

Full Changelog: v0.1...v0.7.3

v0.7.2

25 Mar 01:06

Choose a tag to compare

v0.7.2 Pre-release
Pre-release

WORKSPACE snippet:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "com_fasterci_rules_mirror",
    sha256 = "97e4959c36bf9018bfd525cf3a91144254f54e6ec45f92b99025a6b8338b1e87",
    strip_prefix = "rules_mirror-0.7.2",
    url = "https://github.com/fasterci/rules_mirror/archive/refs/tags/v0.7.2.tar.gz",
)

######################
# rules_mirror setup #
######################
# Fetches the rules_mirror dependencies.
# If you want to have a different version of some dependency,
# you should fetch it *before* calling this.
# Alternatively, you can skip calling this function, so long as you've
# already fetched all the dependencies.
load("//mirror:repositories.bzl", "rules_mirror_dependencies")

rules_mirror_dependencies()

What's Changed

New Contributors

Full Changelog: v0.1...v0.7.2

v0.7.1

25 Mar 00:57

Choose a tag to compare

v0.7.1 Pre-release
Pre-release

WORKSPACE snippet:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "com_fasterci_rules_mirror",
    sha256 = "7e872e0a8d9c6c76e77745d28dd775e6e0b6ed71306adfc794ec1b5ed5e4e9ba",
    strip_prefix = "rules_mirror-0.7.1",
    url = "https://github.com/fasterci/rules_mirror/archive/refs/tags/v0.7.1.tar.gz",
)

######################
# rules_mirror setup #
######################
# Fetches the rules_mirror dependencies.
# If you want to have a different version of some dependency,
# you should fetch it *before* calling this.
# Alternatively, you can skip calling this function, so long as you've
# already fetched all the dependencies.
load("//mirror:repositories.bzl", "rules_mirror_dependencies")

rules_mirror_dependencies()

What's Changed

New Contributors

Full Changelog: v0.1...v0.7.1

v0.7.0

25 Mar 00:19
e639963

Choose a tag to compare

v0.7.0 Pre-release
Pre-release

WORKSPACE snippet:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "com_fasterci_rules_mirror",
    sha256 = "f872504223eaeabdb615ee0d62fa4db7712bf019a4f93af629df3322ea37edf0",
    strip_prefix = "rules_mirror-0.7.0",
    url = "https://github.com/fasterci/rules_mirror/archive/refs/tags/v0.7.0.tar.gz",
)

######################
# rules_mirror setup #
######################
# Fetches the rules_mirror dependencies.
# If you want to have a different version of some dependency,
# you should fetch it *before* calling this.
# Alternatively, you can skip calling this function, so long as you've
# already fetched all the dependencies.
load("//mirror:repositories.bzl", "rules_mirror_dependencies")

rules_mirror_dependencies()

What's Changed

New Contributors

Full Changelog: v0.1...v0.7.0

Initial release

22 Nov 20:35

Choose a tag to compare

WORKSPACE snippet:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "com_fasterci_rules_mirror",
    sha256 = "4bafe010ae0674b35e636365c638f5fb1c9e5c5911388288a4215f50983b0923",
    strip_prefix = "rules_mirror-0.1",
    url = "https://github.com/fasterci/rules_mirror/archive/refs/tags/v0.1.tar.gz",
)