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 = "241b06f3097fd186ff468832150d6cc142247dc42a32aaefb56d0099895fd229 " ,
176
+ sha256 = "26d4021f6898e23b82ef953078389dd49ac2b5618ac564ade4ef87cced147b38 " ,
177
177
urls = [
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" ,
178
+ "https://mirror.bazel.build/github.com/bazelbuild/rules_license/releases/download/1 .0.0 /rules_license-1 .0.0 .tar.gz" ,
179
+ "https://github.com/bazelbuild/rules_license/releases/download/1 .0.0 /rules_license-1 .0.0 .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.8 " ,
20
+ version = "1 .0.0 " ,
21
21
)
22
22
bazel_dep (
23
23
name = "rules_nixpkgs_cc" ,
You can’t perform that action at this time.
0 commit comments