From 5f9aba70459b1a7fecb0d5226ca2f78031cf89b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 15:29:17 -0700 Subject: [PATCH] chore(deps): update dependency org_chromium_sysroot_linux_arm64 to v0.0.20 (#386) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org_chromium_sysroot_linux_arm64](https://togithub.com/DavidZbarsky-at/sysroot-min) | http_archive | patch | `v0.0.19` -> `v0.0.20` | --- ### Release Notes
DavidZbarsky-at/sysroot-min (org_chromium_sysroot_linux_arm64) ### [`v0.0.20`](https://togithub.com/DavidZbarsky-at/sysroot-min/compare/v0.0.19...v0.0.20) [Compare Source](https://togithub.com/DavidZbarsky-at/sysroot-min/compare/v0.0.19...v0.0.20)
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/aspect-build/rules_py). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- tools/release/fetch.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/release/fetch.bzl b/tools/release/fetch.bzl index bba71bb0..f1396286 100644 --- a/tools/release/fetch.bzl +++ b/tools/release/fetch.bzl @@ -35,8 +35,8 @@ def fetch_deps(): http_archive( name = "org_chromium_sysroot_linux_arm64", build_file_content = _SYSROOT_LINUX_BUILD_FILE, - sha256 = "63dfb6585e58f6e11cd2323d52c9099a5122beca2fddd0d9beda7e869a3b8f67", - urls = ["https://github.com/DavidZbarsky-at/sysroot-min/releases/download/v0.0.19/debian_bullseye_arm64_sysroot.tar.xz"], + sha256 = "b199942a0bd9c34800e8d7b669778ef45f2054b9f106039439383dd66efcef31", + urls = ["https://github.com/DavidZbarsky-at/sysroot-min/releases/download/v0.0.20/debian_bullseye_arm64_sysroot.tar.xz"], ) http_archive(