musl: 1.2.2 -> 1.2.3

https://www.openwall.com/lists/musl/2022/04/07/1
This commit is contained in:
Will Dietz 2022-04-09 00:59:39 -05:00
parent 2bd4c44257
commit df2b17ce3f

View file

@ -40,11 +40,11 @@ let
in
stdenv.mkDerivation rec {
pname = "musl";
version = "1.2.2";
version = "1.2.3";
src = fetchurl {
url = "https://musl.libc.org/releases/${pname}-${version}.tar.gz";
sha256 = "1p8r6bac64y98ln0wzmnixysckq3crca69ys7p16sy9d04i975lv";
sha256 = "sha256-fVsLYGJSHkYn4JnkydyCSNMqMChelZt+7Kp4DPjP1KQ=";
};
enableParallelBuilding = true;