From 41d9dab342d8ccb044be820c71f52f034f1c6969 Mon Sep 17 00:00:00 2001 From: Saad Ur Rahman Date: Fri, 21 Jan 2022 18:24:37 -0500 Subject: [PATCH] libunwind 1.5.0 Upgrade (#3760) This library is used by C++ components to maintain a call history. Upgrading to newer Linux kernels necessitates this update. --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index adc14f22a93..2012ae69792 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -272,9 +272,9 @@ http_archive( http_archive( name = "org_nongnu_libunwind", build_file = "@//:third_party/libunwind/libunwind.BUILD", - sha256 = "0a4b5a78d8c0418dfa610245f75fa03ad45d8e5e4cc091915d2dbed34c01178e", - strip_prefix = "libunwind-1.3.2", - urls = ["https://github.com/libunwind/libunwind/releases/download/v1.3.2/libunwind-1.3.2.tar.gz"], + sha256 = "90337653d92d4a13de590781371c604f9031cdb50520366aa1e3a91e1efb1017", + strip_prefix = "libunwind-1.5.0", + urls = ["https://github.com/libunwind/libunwind/releases/download/v1.5/libunwind-1.5.0.tar.gz"], ) http_archive(