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.
This commit is contained in:
James Matlik 2025-07-05 00:41:59 -04:00
parent 1f238c0f91
commit 2a63e439d0

View File

@ -1,5 +1,6 @@
[source]
git = "https://github.com/uutils/coreutils"
rev = "18b963ed6f612ac30ebca92426280cf4c1451f6a"
[build]
template = "custom"