Merge pull request #309186 from r-ryantm/auto-update/uclibc

uclibc: 1.0.47 -> 1.0.48
This commit is contained in:
Weijia Wang
2024-05-09 20:41:52 +02:00
committed by GitHub
+2 -2
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