From 2a63e439d0bd57368eeb0a95b0a6c4659fab322f Mon Sep 17 00:00:00 2001 From: James Matlik Date: Sat, 5 Jul 2025 00:41:59 -0400 Subject: [PATCH] Pin uutils to 0.1.0 commit hash Building against the mainline resulted in instability, namely dd. Pinning to a stable release ensures stable behavior for the next release of RedoxOS. --- recipes/core/uutils/recipe.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/core/uutils/recipe.toml b/recipes/core/uutils/recipe.toml index f9bf51db..803b82f7 100644 --- a/recipes/core/uutils/recipe.toml +++ b/recipes/core/uutils/recipe.toml @@ -1,5 +1,6 @@ [source] git = "https://github.com/uutils/coreutils" +rev = "18b963ed6f612ac30ebca92426280cf4c1451f6a" [build] template = "custom"