Skip to content

Commit 30a28b1

Browse files
authored
Merge pull request #2326 from tweag/renovate/com_github_bazelbuild_buildtools-8.x
chore(deps): update dependency com_github_bazelbuild_buildtools to v8.2.1
2 parents c82a048 + 5fd0614 commit 30a28b1

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

examples/MODULE.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ use_repo(
5656
stack_snapshot,
5757
"stackage",
5858
)
59+
5960
stack_snapshot.snapshot(local_snapshot = "@rules_haskell//:stackage_snapshot.yaml")
6061
stack_snapshot.package(
6162
name = "zlib",

non_module_dev_deps.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ def repositories(*, bzlmod):
6666
# no modules are provided at the moment for buildifier
6767
http_archive(
6868
name = "com_github_bazelbuild_buildtools",
69-
sha256 = "573345c2039889a4001b9933a7ebde8dcaf910c47787993aecccebc3117a4425",
70-
strip_prefix = "buildtools-8.0.3",
71-
urls = ["https://github.com/bazelbuild/buildtools/archive/v8.0.3.tar.gz"],
69+
sha256 = "53119397bbce1cd7e4c590e117dcda343c2086199de62932106c80733526c261",
70+
strip_prefix = "buildtools-8.2.1",
71+
urls = ["https://github.com/bazelbuild/buildtools/archive/v8.2.1.tar.gz"],
7272
)
7373

7474
nixpkgs_local_repository(

rules_haskell_nix/WORKSPACE.bzlmod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ nixpkgs_package(
1313

1414
http_archive(
1515
name = "com_github_bazelbuild_buildtools",
16-
sha256 = "573345c2039889a4001b9933a7ebde8dcaf910c47787993aecccebc3117a4425",
17-
strip_prefix = "buildtools-8.0.3",
16+
sha256 = "53119397bbce1cd7e4c590e117dcda343c2086199de62932106c80733526c261",
17+
strip_prefix = "buildtools-8.2.1",
1818
urls = [
19-
"https://github.com/bazelbuild/buildtools/archive/refs/tags/v8.0.3.tar.gz",
19+
"https://github.com/bazelbuild/buildtools/archive/refs/tags/v8.2.1.tar.gz",
2020
],
2121
)

rules_haskell_tests/non_module_deps.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ def repositories(*, bzlmod): # @unused
4848
# no modules are provided at the moment for buildifier
4949
http_archive(
5050
name = "com_github_bazelbuild_buildtools",
51-
sha256 = "573345c2039889a4001b9933a7ebde8dcaf910c47787993aecccebc3117a4425",
52-
strip_prefix = "buildtools-8.0.3",
53-
urls = ["https://github.com/bazelbuild/buildtools/archive/v8.0.3.tar.gz"],
51+
sha256 = "53119397bbce1cd7e4c590e117dcda343c2086199de62932106c80733526c261",
52+
strip_prefix = "buildtools-8.2.1",
53+
urls = ["https://github.com/bazelbuild/buildtools/archive/v8.2.1.tar.gz"],
5454
)
5555

5656
http_archive(

0 commit comments

Comments
 (0)