From af258e0fe8c3ead0441693a619533ce3a160d079 Mon Sep 17 00:00:00 2001 From: Matthew LeVan Date: Wed, 15 Nov 2023 12:22:31 -0500 Subject: [PATCH] build: update `urcrypt` to fix `-march=native` usage in `keccak` compilation --- WORKSPACE.bazel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index c5a66ad095..6d7e14d776 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel @@ -299,10 +299,10 @@ versioned_http_file( versioned_http_archive( name = "urcrypt", build_file = "//bazel/third_party/urcrypt:urcrypt.BUILD", - sha256 = "00ec597c14c418802d5db2d6a68cf83bd4f5419071b95f979374d3184599d6c8", + sha256 = "612a383703b7d6fe797d2e462042b17210862e7913408415d1e2097d47bb3508", strip_prefix = "urcrypt-{version}", url = "https://github.com/urbit/urcrypt/archive/{version}.tar.gz", - version = "b970baefa6e0a680fffa2b2ee19c956a4ae20355", + version = "821a485f06651c0c27fbdb023d34d9228b2d9e4d", ) versioned_http_archive(