Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency com_github_bazelbuild_buildtools to v7.3.1 #2199

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions non_module_dev_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ def repositories(*, bzlmod):
# no modules are provided at the moment for buildifier
http_archive(
name = "com_github_bazelbuild_buildtools",
sha256 = "60a9025072ae237f325d0e7b661e1685f34922c29883888c2d06f5789462b939",
strip_prefix = "buildtools-7.1.1",
urls = ["https://github.com/bazelbuild/buildtools/archive/v7.1.1.tar.gz"],
sha256 = "051951c10ff8addeb4f10be3b0cf474b304b2ccd675f2cc7683cdd9010320ca9",
strip_prefix = "buildtools-7.3.1",
urls = ["https://github.com/bazelbuild/buildtools/archive/v7.3.1.tar.gz"],
)

nixpkgs_local_repository(
Expand Down
6 changes: 3 additions & 3 deletions rules_haskell_nix/WORKSPACE.bzlmod
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ nixpkgs_package(

http_archive(
name = "com_github_bazelbuild_buildtools",
sha256 = "05c3c3602d25aeda1e9dbc91d3b66e624c1f9fdadf273e5480b489e744ca7269",
strip_prefix = "buildtools-6.4.0",
sha256 = "051951c10ff8addeb4f10be3b0cf474b304b2ccd675f2cc7683cdd9010320ca9",
strip_prefix = "buildtools-7.3.1",
urls = [
"https://github.com/bazelbuild/buildtools/archive/refs/tags/v6.4.0.tar.gz",
"https://github.com/bazelbuild/buildtools/archive/refs/tags/v7.3.1.tar.gz",
],
)
6 changes: 3 additions & 3 deletions rules_haskell_tests/non_module_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ def repositories(*, bzlmod): # @unused
# no modules are provided at the moment for buildifier
http_archive(
name = "com_github_bazelbuild_buildtools",
sha256 = "60a9025072ae237f325d0e7b661e1685f34922c29883888c2d06f5789462b939",
strip_prefix = "buildtools-7.1.1",
urls = ["https://github.com/bazelbuild/buildtools/archive/v7.1.1.tar.gz"],
sha256 = "051951c10ff8addeb4f10be3b0cf474b304b2ccd675f2cc7683cdd9010320ca9",
strip_prefix = "buildtools-7.3.1",
urls = ["https://github.com/bazelbuild/buildtools/archive/v7.3.1.tar.gz"],
)

http_archive(
Expand Down
Loading