Skip to content

Commit de4dd97

Browse files
authored
Merge branch 'master' into renovate/bazel_skylib-1.x
2 parents 906343c + 2d930ae commit de4dd97

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/update-flake-lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
extra_nix_config: |
1717
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
1818
- name: Update flake.lock
19-
uses: DeterminateSystems/update-flake-lock@v21
19+
uses: DeterminateSystems/update-flake-lock@v22
2020
with:
2121
path-to-flake-dir: nix

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)