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():
173173 maybe (
174174 http_archive ,
175175 name = "rules_license" ,
176- sha256 = "241b06f3097fd186ff468832150d6cc142247dc42a32aaefb56d0099895fd229 " ,
176+ sha256 = "26d4021f6898e23b82ef953078389dd49ac2b5618ac564ade4ef87cced147b38 " ,
177177 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" ,
180180 ],
181181 )
182182
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ bazel_dep(
1717)
1818bazel_dep (
1919 name = "rules_license" ,
20- version = "0 .0.8 " ,
20+ version = "1 .0.0 " ,
2121)
2222bazel_dep (
2323 name = "rules_nixpkgs_cc" ,
You can’t perform that action at this time.
0 commit comments