From ea67aa809a38c270d791af23883ddc2c352f38c5 Mon Sep 17 00:00:00 2001 From: Isa Farnik Date: Fri, 6 Sep 2024 10:26:58 -0700 Subject: [PATCH] fix(bazel): libxcrypt 2404 version comment Co-authored-by: Wangchong Zhou --- build/cross_deps/libxcrypt/repositories.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/cross_deps/libxcrypt/repositories.bzl b/build/cross_deps/libxcrypt/repositories.bzl index f6d9abecaec4..edce21d0be33 100644 --- a/build/cross_deps/libxcrypt/repositories.bzl +++ b/build/cross_deps/libxcrypt/repositories.bzl @@ -9,7 +9,7 @@ def libxcrypt_repositories(): # thus crypt.h and libcrypt.so.1 are missing from cross tool chain # ubuntu2004: 4.4.10 # ubuntu2204: 4.4.27 - # ubuntu2204: 4.4.36 + # ubuntu2404: 4.4.36 # NOTE: do not bump the following version, see build/cross_deps/README.md for detail. http_archive( name = "cross_deps_libxcrypt",