Skip to content

Commit

Permalink
Update dependency rules_pkg to v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zemnmez-renovate-bot committed May 15, 2023
1 parent 2679dce commit a34110d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bzl/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ def fetch_dependencies():
http_archive(
name = "rules_pkg",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/rules_pkg/releases/download/0.9.0/rules_pkg-0.9.0.tar.gz",
"https://github.com/bazelbuild/rules_pkg/releases/download/0.9.0/rules_pkg-0.9.0.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/rules_pkg/releases/download/0.9.1/rules_pkg-0.9.1.tar.gz",
"https://github.com/bazelbuild/rules_pkg/releases/download/0.9.1/rules_pkg-0.9.1.tar.gz",
],
sha256 = "335632735e625d408870ec3e361e192e99ef7462315caa887417f4d88c4c8fb8",
sha256 = "8f9ee2dc10c1ae514ee599a8b42ed99fa262b757058f65ad3c384289ff70c4b8",
)

http_archive(
Expand Down

0 comments on commit a34110d

Please sign in to comment.