Skip to content

Commit 098eb2c

Browse files
authored
Merge branch 'master' into renovate/determinatesystems-update-flake-lock-22.x
2 parents dc07c5b + 83ed005 commit 098eb2c

File tree

1 file changed

+3
-3
lines changed
  • examples/toolchains/cc_cross_osx_to_linux_amd64

1 file changed

+3
-3
lines changed

examples/toolchains/cc_cross_osx_to_linux_amd64/WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
168168

169169
http_archive(
170170
name = "rules_pkg",
171-
sha256 = "d250924a2ecc5176808fc4c25d5cf5e9e79e6346d79d5ab1c493e289e722d1d0",
171+
sha256 = "cad05f864a32799f6f9022891de91ac78f30e0fa07dc68abac92a628121b5b11",
172172
urls = [
173-
"https://mirror.bazel.build/github.com/bazelbuild/rules_pkg/releases/download/0.10.1/rules_pkg-0.10.1.tar.gz",
174-
"https://github.com/bazelbuild/rules_pkg/releases/download/0.10.1/rules_pkg-0.10.1.tar.gz",
173+
"https://mirror.bazel.build/github.com/bazelbuild/rules_pkg/releases/download/1.0.0/rules_pkg-1.0.0.tar.gz",
174+
"https://github.com/bazelbuild/rules_pkg/releases/download/1.0.0/rules_pkg-1.0.0.tar.gz",
175175
],
176176
)
177177

0 commit comments

Comments
 (0)