Skip to content

Commit 3a73c47

Browse files
authored
Merge pull request #2296 from tweag/renovate/com_github_bazelbuild_buildtools-8.x
chore(deps): update dependency com_github_bazelbuild_buildtools to v8
2 parents fe9296f + 9b8f70e commit 3a73c47

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

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 = "60a9025072ae237f325d0e7b661e1685f34922c29883888c2d06f5789462b939",
70-
strip_prefix = "buildtools-7.1.1",
71-
urls = ["https://github.com/bazelbuild/buildtools/archive/v7.1.1.tar.gz"],
69+
sha256 = "573345c2039889a4001b9933a7ebde8dcaf910c47787993aecccebc3117a4425",
70+
strip_prefix = "buildtools-8.0.3",
71+
urls = ["https://github.com/bazelbuild/buildtools/archive/v8.0.3.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 = "05c3c3602d25aeda1e9dbc91d3b66e624c1f9fdadf273e5480b489e744ca7269",
17-
strip_prefix = "buildtools-6.4.0",
16+
sha256 = "573345c2039889a4001b9933a7ebde8dcaf910c47787993aecccebc3117a4425",
17+
strip_prefix = "buildtools-8.0.3",
1818
urls = [
19-
"https://github.com/bazelbuild/buildtools/archive/refs/tags/v6.4.0.tar.gz",
19+
"https://github.com/bazelbuild/buildtools/archive/refs/tags/v8.0.3.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 = "60a9025072ae237f325d0e7b661e1685f34922c29883888c2d06f5789462b939",
52-
strip_prefix = "buildtools-7.1.1",
53-
urls = ["https://github.com/bazelbuild/buildtools/archive/v7.1.1.tar.gz"],
51+
sha256 = "573345c2039889a4001b9933a7ebde8dcaf910c47787993aecccebc3117a4425",
52+
strip_prefix = "buildtools-8.0.3",
53+
urls = ["https://github.com/bazelbuild/buildtools/archive/v8.0.3.tar.gz"],
5454
)
5555

5656
http_archive(

0 commit comments

Comments
 (0)