diff --git a/build/cross_deps/libxcrypt/patches/001-4.4.27-enable-hash-all.patch b/build/cross_deps/libxcrypt/001-4.4.27-enable-hash-all.patch similarity index 100% rename from build/cross_deps/libxcrypt/patches/001-4.4.27-enable-hash-all.patch rename to build/cross_deps/libxcrypt/001-4.4.27-enable-hash-all.patch diff --git a/build/cross_deps/libxcrypt/repositories.bzl b/build/cross_deps/libxcrypt/repositories.bzl index 4f67aea32dda..e3680f6c14fc 100644 --- a/build/cross_deps/libxcrypt/repositories.bzl +++ b/build/cross_deps/libxcrypt/repositories.bzl @@ -17,5 +17,5 @@ def libxcrypt_repositories(): sha256 = "500898e80dc0d027ddaadb5637fa2bf1baffb9ccd73cd3ab51d92ef5b8a1f420", strip_prefix = "libxcrypt-4.4.27", build_file = "//build/cross_deps/libxcrypt:BUILD.libxcrypt.bazel", - patches = ["//build/cross_deps/libxcrypt/patches:001-4.4.27-enable-hash-all.patch"], + patches = ["//build/cross_deps/libxcrypt:001-4.4.27-enable-hash-all.patch"], )