uclibc-ng: 1.0.56 -> 1.0.57

This commit is contained in:
R. Ryantm
2026-03-02 07:46:06 +00:00
parent e016450b08
commit ca5f82dca4
+2 -2
View File
@@ -69,11 +69,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "uclibc-ng";
version = "1.0.56";
version = "1.0.57";
src = fetchurl {
url = "https://downloads.uclibc-ng.org/releases/${finalAttrs.version}/uClibc-ng-${finalAttrs.version}.tar.xz";
hash = "sha256-I8nKtUwRPgIPsgudwGvkpJVg33kbePy8LKiZpujyE90=";
hash = "sha256-i8c0tYTiP/auPQ67TA+x0dgUxYyCgiuTEw1Davp6zos=";
};
configurePhase = ''