From f572cc8555e164c343e5d76065f1f3357cfd0765 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 14:05:35 +0000 Subject: [PATCH] chore(deps): update dependency com_github_uutils_coreutils_linux_amd64 to v0.0.21 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 71177a2..dc40c41 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -146,9 +146,9 @@ http_archive( http_archive( name = "com_github_uutils_coreutils_linux_amd64", build_file_content = """exports_files(["coreutils"])""", - sha256 = "e5015824a49443bfaf59bfe2fc22fc8b1984eb7e67449cdb231abac2d7ec1c7f", - strip_prefix = "coreutils-0.0.20-x86_64-unknown-linux-gnu", + sha256 = "f33777137a21e242d4567225da0ad0c98f917a4c2f9505659993f97ed7259e48", + strip_prefix = "coreutils-0.0.21-x86_64-unknown-linux-gnu", urls = [ - "https://github.com/uutils/coreutils/releases/download/0.0.20/coreutils-0.0.20-x86_64-unknown-linux-gnu.tar.gz", + "https://github.com/uutils/coreutils/releases/download/0.0.21/coreutils-0.0.21-x86_64-unknown-linux-gnu.tar.gz", ], )