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):
66
66
# no modules are provided at the moment for buildifier
67
67
http_archive (
68
68
name = "com_github_bazelbuild_buildtools" ,
69
- sha256 = "977a0bd4593c8d4c8f45e056d181c35e48aa01ad4f8090bdb84f78dca42f47dc " ,
69
+ sha256 = "42968f9134ba2c75c03bb271bd7bb062afb7da449f9b913c96e5be4ce890030a " ,
70
70
# fix runner.bash.template always returning success, format MODULE.bazel and WORKSPACE.bzlmod too
71
71
patches = ["@rules_haskell//buildifier:buildifier_test-workspace.patch" ],
72
72
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" ],
75
75
)
76
76
77
77
nixpkgs_local_repository (
Original file line number Diff line number Diff line change @@ -65,12 +65,12 @@ def repositories(*, bzlmod):
65
65
# no modules are provided at the moment for buildifier
66
66
http_archive (
67
67
name = "com_github_bazelbuild_buildtools" ,
68
- sha256 = "977a0bd4593c8d4c8f45e056d181c35e48aa01ad4f8090bdb84f78dca42f47dc " ,
68
+ sha256 = "42968f9134ba2c75c03bb271bd7bb062afb7da449f9b913c96e5be4ce890030a " ,
69
69
# fix runner.bash.template always returning success, format MODULE.bazel and WORKSPACE.bzlmod too
70
70
patches = ["@rules_haskell//buildifier:buildifier_test-workspace.patch" ],
71
71
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" ],
74
74
)
75
75
76
76
http_archive (
You can’t perform that action at this time.
0 commit comments