File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -161,10 +161,10 @@ def rules_haskell_dependencies():
161
161
http_archive ,
162
162
name = "rules_pkg" ,
163
163
urls = [
164
- "https://mirror.bazel.build/github.com/bazelbuild/rules_pkg/releases/download/0.9 .1/rules_pkg-0.9 .1.tar.gz" ,
165
- "https://github.com/bazelbuild/rules_pkg/releases/download/0.9 .1/rules_pkg-0.9 .1.tar.gz" ,
164
+ "https://mirror.bazel.build/github.com/bazelbuild/rules_pkg/releases/download/0.10 .1/rules_pkg-0.10 .1.tar.gz" ,
165
+ "https://github.com/bazelbuild/rules_pkg/releases/download/0.10 .1/rules_pkg-0.10 .1.tar.gz" ,
166
166
],
167
- sha256 = "8f9ee2dc10c1ae514ee599a8b42ed99fa262b757058f65ad3c384289ff70c4b8 " ,
167
+ sha256 = "d250924a2ecc5176808fc4c25d5cf5e9e79e6346d79d5ab1c493e289e722d1d0 " ,
168
168
)
169
169
170
170
# For --incompatible_disable_starlark_host_transitions support (default in bazel 7)
@@ -173,10 +173,10 @@ def rules_haskell_dependencies():
173
173
maybe (
174
174
http_archive ,
175
175
name = "rules_license" ,
176
- sha256 = "4531deccb913639c30e5c7512a054d5d875698daeb75d8cf90f284375fe7c360 " ,
176
+ sha256 = "241b06f3097fd186ff468832150d6cc142247dc42a32aaefb56d0099895fd229 " ,
177
177
urls = [
178
- "https://mirror.bazel.build/github.com/bazelbuild/rules_license/releases/download/0.0.7 /rules_license-0.0.7 .tar.gz" ,
179
- "https://github.com/bazelbuild/rules_license/releases/download/0.0.7 /rules_license-0.0.7 .tar.gz" ,
178
+ "https://mirror.bazel.build/github.com/bazelbuild/rules_license/releases/download/0.0.8 /rules_license-0.0.8 .tar.gz" ,
179
+ "https://github.com/bazelbuild/rules_license/releases/download/0.0.8 /rules_license-0.0.8 .tar.gz" ,
180
180
],
181
181
)
182
182
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ bazel_dep(
17
17
)
18
18
bazel_dep (
19
19
name = "rules_license" ,
20
- version = "0.0.7 " ,
20
+ version = "0.0.8 " ,
21
21
)
22
22
bazel_dep (
23
23
name = "rules_nixpkgs_cc" ,
You can’t perform that action at this time.
0 commit comments