systemd: update musl patches (#370566)

authored by Florian Klink and committed by GitHub dc400dbe 50a13d1d

+5 -2
+5 -2
pkgs/os-specific/linux/systemd/default.nix
··· 240 ] 241 ++ lib.optionals stdenv.hostPlatform.isMusl ( 242 let 243 oe-core = fetchzip { 244 - url = "https://git.openembedded.org/openembedded-core/snapshot/openembedded-core-86ab9abd1073474f25d0ad878d5bea01ba633772.tar.gz"; 245 - hash = "sha256-avTJC905erZIQ3OGBNwOcCgk0fQWju6X2P1kRJGxRYI="; 246 }; 247 in 248 map (patch: "${oe-core}/meta/recipes-core/systemd/systemd/${patch}") [
··· 240 ] 241 ++ lib.optionals stdenv.hostPlatform.isMusl ( 242 let 243 + # NOTE: the master-next branch does not have stable URLs. 244 + # If we need patches that aren't in master yet, they'll have to be 245 + # vendored. 246 oe-core = fetchzip { 247 + url = "https://git.openembedded.org/openembedded-core/snapshot/openembedded-core-4891f47cdaf919033bf1c02cc12e4805e5db99a0.tar.gz"; 248 + hash = "sha256-YKL/oC+rPZ2EEVNidEV+pJihZgUv7vLb0OASplgktn4="; 249 }; 250 in 251 map (patch: "${oe-core}/meta/recipes-core/systemd/systemd/${patch}") [