Skip to content

Commit

Permalink
Update platforms repository
Browse files Browse the repository at this point in the history
  • Loading branch information
aherrmann committed Mar 11, 2021
1 parent 9640b0f commit cc16de0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nixpkgs/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ def rules_nixpkgs_dependencies():
http_archive,
"platforms",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.3/platforms-0.0.3.tar.gz",
"https://github.com/bazelbuild/platforms/releases/download/0.0.3/platforms-0.0.3.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.4/platforms-0.0.4.tar.gz",
"https://github.com/bazelbuild/platforms/releases/download/0.0.4/platforms-0.0.4.tar.gz",
],
sha256 = "460caee0fa583b908c622913334ec3c1b842572b9c23cf0d3da0c2543a1a157d",
sha256 = "079945598e4b6cc075846f7fd6a9d0857c33a7afc0de868c2ccb96405225135d",
)
maybe(
http_archive,
Expand Down

0 comments on commit cc16de0

Please sign in to comment.