uclibc-ng: 1.0.54 -> 1.0.55 (#445169)

This commit is contained in:
Weijia Wang
2025-10-25 21:30:36 +00:00
committed by GitHub
+2 -2
View File
@@ -63,11 +63,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "uclibc-ng";
version = "1.0.54";
version = "1.0.55";
src = fetchurl {
url = "https://downloads.uclibc-ng.org/releases/${finalAttrs.version}/uClibc-ng-${finalAttrs.version}.tar.xz";
hash = "sha256-0ez2XMIhfdQRik2vwavyfFhbXLV48715kfxkC3lkP/I=";
hash = "sha256-X386r92yygj7KVvkVWHAGIQHED10Rs/SZLm4Iv7T7S0=";
};
# 'ftw' needed to build acl, a coreutils dependency