From 6b8a208fab6a8b95ee47f8477a67fcec272ca529 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 12:19:49 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Update=20rocr=20digest=20to=20ff?= =?UTF-8?q?67af3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ll/init.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ll/init.bzl b/ll/init.bzl index 4e31326f..f3bd3314 100644 --- a/ll/init.bzl +++ b/ll/init.bzl @@ -93,10 +93,10 @@ def _initialize_rules_ll_impl(_): http_archive( name = "rocr", build_file = "@rules_ll//third-party-overlays:rocr.BUILD.bazel", - sha256 = "eef185bb551b6b68d51adf9557b0647578963688791efca727e89a5f60da1758", - strip_prefix = "ROCR-Runtime-6fdf759273a098829dfd642fb730ea410f33b152", + sha256 = "7315af24a8de531a1bc8a37d24c4d7431cc0b2acdf57b602818acd794e28d790", + strip_prefix = "ROCR-Runtime-ff67af3ffb2ad69e8522b169a3d25df8332abd4f", urls = [ - "https://github.com/RadeonOpenCompute/ROCR-Runtime/archive/6fdf759273a098829dfd642fb730ea410f33b152.zip", + "https://github.com/RadeonOpenCompute/ROCR-Runtime/archive/ff67af3ffb2ad69e8522b169a3d25df8332abd4f.zip", ], patches = [ "@rules_ll//patches:rocr-amd_trap_handler_v2.diff",