From 29de096a15bc8d16dff1e13ac109e983c17b9be3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 14:18:39 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Update=20rocr=20digest=20to=2020?= =?UTF-8?q?1228c?= 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..df79a931 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 = "4cd549a53797d4089bfb5ac80b8cd61a36c6eca1470e58dddb42a4d5390fd342", + strip_prefix = "ROCR-Runtime-201228c4fbd343cebdb6457ded7cb4d55637d60d", urls = [ - "https://github.com/RadeonOpenCompute/ROCR-Runtime/archive/6fdf759273a098829dfd642fb730ea410f33b152.zip", + "https://github.com/RadeonOpenCompute/ROCR-Runtime/archive/201228c4fbd343cebdb6457ded7cb4d55637d60d.zip", ], patches = [ "@rules_ll//patches:rocr-amd_trap_handler_v2.diff",