Merge pull request #46064 from dtzWill/update/musl-1.1.20

musl: 1.1.19 -> 1.1.20
This commit is contained in:
Will Dietz 2018-09-09 17:31:50 -05:00 committed by GitHub
commit 4278319a77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,11 +29,11 @@ let
in
stdenv.mkDerivation rec {
name = "musl-${version}";
version = "1.1.19";
version = "1.1.20";
src = fetchurl {
url = "https://www.musl-libc.org/releases/musl-${version}.tar.gz";
sha256 = "1nf1wh44bhm8gdcfr75ayib29b99vpq62zmjymrq7f96h9bshnfv";
sha256 = "0q8dsjxl41dccscv9a0r78bs7jap57mn4mni5pwbbip6s1qqggj4";
};
enableParallelBuilding = true;