musl: 1.1.2x -> 1.1.24

https://www.openwall.com/lists/musl/2019/10/13/5

Apparently 1.1.23 never made it to nixpkgs proper (?!), see:
https://git.musl-libc.org/cgit/musl/commit/?id=b07d45eb01e900f0176894fdedab62285f5cb8be

(sorry I apparently dropped the ball here)
This commit is contained in:
Will Dietz 2019-10-14 15:24:54 -05:00
parent b01407602c
commit 1263a712ff
No known key found for this signature in database
GPG key ID: EBB0EA4124809D02

View file

@ -29,11 +29,11 @@ let
in
stdenv.mkDerivation rec {
pname = "musl";
version = "1.1.22";
version = "1.1.24";
src = fetchurl {
url = "https://www.musl-libc.org/releases/${pname}-${version}.tar.gz";
sha256 = "1qr9xqdzziy5bsyyqlh6k8yz056ll55d5yvc0gbhz61ginj422cb";
sha256 = "18r2a00k82hz0mqdvgm7crzc7305l36109c0j9yjmkxj2alcjw0k";
};
enableParallelBuilding = true;