From fdbad24518e5f31e52edea2022dae6e06f556b1a Mon Sep 17 00:00:00 2001 From: James Sharpe Date: Fri, 23 Aug 2024 23:33:16 +0100 Subject: [PATCH 1/2] Update gperftools --- examples/third_party/gperftools/gperftools_repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/third_party/gperftools/gperftools_repositories.bzl b/examples/third_party/gperftools/gperftools_repositories.bzl index 0ef1592b4..9d407034b 100644 --- a/examples/third_party/gperftools/gperftools_repositories.bzl +++ b/examples/third_party/gperftools/gperftools_repositories.bzl @@ -8,7 +8,7 @@ def gperftools_repositories(): http_archive, name = "gperftools", build_file = Label("//gperftools:BUILD.gperftools.bazel"), - sha256 = "1ee8c8699a0eff6b6a203e59b43330536b22bbcbe6448f54c7091e5efb0763c9", - strip_prefix = "gperftools-2.7", - urls = ["https://github.com/gperftools/gperftools/releases/download/gperftools-2.7/gperftools-2.7.tar.gz"], + sha256 = "", + strip_prefix = "gperftools-2.15", + urls = ["https://github.com/gperftools/gperftools/releases/download/gperftools-2.15/gperftools-2.15.tar.gz"], ) From 15188d22ad13881c19fc4e7f942fd4ecf411b654 Mon Sep 17 00:00:00 2001 From: James Sharpe Date: Fri, 7 Mar 2025 21:09:54 +0000 Subject: [PATCH 2/2] Update examples/third_party/gperftools/gperftools_repositories.bzl --- examples/third_party/gperftools/gperftools_repositories.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/third_party/gperftools/gperftools_repositories.bzl b/examples/third_party/gperftools/gperftools_repositories.bzl index 9d407034b..2638dc8da 100644 --- a/examples/third_party/gperftools/gperftools_repositories.bzl +++ b/examples/third_party/gperftools/gperftools_repositories.bzl @@ -9,6 +9,6 @@ def gperftools_repositories(): name = "gperftools", build_file = Label("//gperftools:BUILD.gperftools.bazel"), sha256 = "", - strip_prefix = "gperftools-2.15", - urls = ["https://github.com/gperftools/gperftools/releases/download/gperftools-2.15/gperftools-2.15.tar.gz"], + strip_prefix = "gperftools-2.16", + urls = ["https://github.com/gperftools/gperftools/releases/download/gperftools-2.16/gperftools-2.16.tar.gz"], )