···4242 sha256 = "0haj3iff3y13pm4w5dbqj1drp5wryqfad58jbbmnb6zdgis56h8f";
4343 };
44444545+ # with the bump to 245.x, nixpkgs moved away from the custom fork to
4646+ # downstream patches, as the fork model was very error-prone
4747+ # (see https://github.com/NixOS/nixpkgs/pull/85334)
4848+ # This `patches` section is only there to carry security patches for 20.03,
4949+ # as it'd be much more ugly to push commits to the (abandoned) systemd fork.
5050+ patches = [
5151+ # pick the `safe_atou32` introduction in src/basic/parse-util.h
5252+ # used by CVE-2020-13776.patch
5353+ (fetchpatch {
5454+ url = "https://github.com/systemd/systemd/commit/b934ac3d6e7dcad114776ef30ee9098693e7ab7e.patch";
5555+ includes = ["src/basic/parse-util.h"];
5656+ sha256 = "1q9nggh19nk4bi2amg0dfziahfvl2931i9r79kdi9gmf79wxz0yc";
5757+ })
5858+ (fetchpatch {
5959+ name = "CVE-2020-13776.patch";
6060+ url = "https://github.com/systemd/systemd/commit/156a5fd297b61bce31630d7a52c15614bf784843.patch";
6161+ sha256 = "1g1spb78mqywp97mxsgqaaq5zn3s5qk2k0w02xnp92v76h5y0sgl";
6262+ })
6363+ ];
6464+4565 outputs = [ "out" "lib" "man" "dev" ];
46664767 nativeBuildInputs =