From 76561e1bfca8f5c31286c081017effa78e050f3f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 09:03:02 +0000 Subject: [PATCH] Update dependency at_clifford_yosys2 to v0.48 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 0dd025e3f..c9781f111 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -18,10 +18,10 @@ new_git_repository( http_archive( name = "at_clifford_yosys2", urls = [ - "https://github.com/YosysHQ/yosys/archive/refs/tags/yosys-0.44.zip", + "https://github.com/YosysHQ/yosys/archive/refs/tags/v0.48.zip", ], - sha256 = "39394043d3fee3d5c2a5f1a1e8626f61fee6f11121a5000af3a60a921609f69f", - strip_prefix = "yosys-yosys-0.44", + sha256 = "88cbd86740483eb70e29b95f58997ad631b0e4b56d5e03c45e1288d72731606a", + strip_prefix = "yosys-0.48", build_file = "yosys.BUILD", patches = ["//external:yosys.patch"], )