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

uclibc: 1.0.34 -> 1.0.37
This commit is contained in:
Mario Rodas 2021-03-09 23:38:10 -05:00 committed by GitHub
commit 100537f2e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ let
UCLIBC_HAS_FPU n
'';
version = "1.0.34";
version = "1.0.37";
in
stdenv.mkDerivation {
@ -58,7 +58,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "https://downloads.uclibc-ng.org/releases/${version}/uClibc-ng-${version}.tar.bz2";
# from "${url}.sha256";
sha256 = "025z0072inw1ibnrlwckslp9iayl9c35ysf0h7jjrxlzslzp4yjg";
sha256 = "sha256-wThkkRBA42CskGC8kUlgmxk88Qy2Z8qRfLqD6kP8JY0=";
};
# 'ftw' needed to build acl, a coreutils dependency