From fe660c5b51a893010225b0bb39691c631f5deb93 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sun, 7 Apr 2024 22:12:10 +0000 Subject: [PATCH] Use latest GitHub release hash for uutils --- recipes/core/uutils/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/core/uutils/recipe.toml b/recipes/core/uutils/recipe.toml index e438e7548..da50db774 100644 --- a/recipes/core/uutils/recipe.toml +++ b/recipes/core/uutils/recipe.toml @@ -1,6 +1,6 @@ [source] git = "https://github.com/uutils/coreutils" -rev = "a75b8a0f676172b2a2d680adb4faf2fa7e1fa41c" +rev = "68c77b4bd129bdc12d03cc74fe0f817d2df75894" [build] template = "custom"