uclibc-ng: 1.0.54 -> 1.0.55

This commit is contained in:
R. Ryantm
2025-09-22 08:11:05 +00:00
parent 734d9fee04
commit 6d6efc8f32
+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