uclibc: 1.0.47 -> 1.0.48

This commit is contained in:
R. Ryantm 2024-05-05 04:46:12 +00:00
parent 14e704d967
commit 081e6f300b

View File

@ -59,11 +59,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "uclibc-ng";
version = "1.0.47";
version = "1.0.48";
src = fetchurl {
url = "https://downloads.uclibc-ng.org/releases/${finalAttrs.version}/uClibc-ng-${finalAttrs.version}.tar.xz";
hash = "sha256-KaTWhKBto0TuPuCazCynZJ1ZKuP/hI9pgUXEbe8F78s=";
hash = "sha256-O/X8bMXLxFS2xHhCR1XG9x58FVeKLJZvAmBqpcVZbiE=";
};
# 'ftw' needed to build acl, a coreutils dependency