File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -66,12 +66,12 @@ def repositories(*, bzlmod):
6666 # no modules are provided at the moment for buildifier
6767 http_archive (
6868 name = "com_github_bazelbuild_buildtools" ,
69- sha256 = "977a0bd4593c8d4c8f45e056d181c35e48aa01ad4f8090bdb84f78dca42f47dc " ,
69+ sha256 = "42968f9134ba2c75c03bb271bd7bb062afb7da449f9b913c96e5be4ce890030a " ,
7070 # fix runner.bash.template always returning success, format MODULE.bazel and WORKSPACE.bzlmod too
7171 patches = ["@rules_haskell//buildifier:buildifier_test-workspace.patch" ],
7272 patch_args = ["-p1" ],
73- strip_prefix = "buildtools-6.1.2 " ,
74- urls = ["https://github.com/bazelbuild/buildtools/archive/v6.1.2 .tar.gz" ],
73+ strip_prefix = "buildtools-6.3.3 " ,
74+ urls = ["https://github.com/bazelbuild/buildtools/archive/v6.3.3 .tar.gz" ],
7575 )
7676
7777 nixpkgs_local_repository (
Original file line number Diff line number Diff line change @@ -65,12 +65,12 @@ def repositories(*, bzlmod):
6565 # no modules are provided at the moment for buildifier
6666 http_archive (
6767 name = "com_github_bazelbuild_buildtools" ,
68- sha256 = "977a0bd4593c8d4c8f45e056d181c35e48aa01ad4f8090bdb84f78dca42f47dc " ,
68+ sha256 = "42968f9134ba2c75c03bb271bd7bb062afb7da449f9b913c96e5be4ce890030a " ,
6969 # fix runner.bash.template always returning success, format MODULE.bazel and WORKSPACE.bzlmod too
7070 patches = ["@rules_haskell//buildifier:buildifier_test-workspace.patch" ],
7171 patch_args = ["-p1" ],
72- strip_prefix = "buildtools-6.1.2 " ,
73- urls = ["https://github.com/bazelbuild/buildtools/archive/v6.1.2 .tar.gz" ],
72+ strip_prefix = "buildtools-6.3.3 " ,
73+ urls = ["https://github.com/bazelbuild/buildtools/archive/v6.3.3 .tar.gz" ],
7474 )
7575
7676 http_archive (
You can’t perform that action at this time.
0 commit comments