File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -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