lol

Merge pull request #243245 from arianvp/bump-systemd

systemd: 253.5 -> 253.6

authored by

Florian Klink and committed by
GitHub
a6d1b185 972652b6

+2 -9
+2 -9
pkgs/os-specific/linux/systemd/default.nix
··· 145 145 let 146 146 wantCurl = withRemote || withImportd; 147 147 wantGcrypt = withResolved || withImportd; 148 - version = "253.5"; 148 + version = "253.6"; 149 149 150 150 # Bump this variable on every (major) version change. See below (in the meson options list) for why. 151 151 # command: ··· 162 162 owner = "systemd"; 163 163 repo = "systemd-stable"; 164 164 rev = "v${version}"; 165 - hash = "sha256-B3A9AvpfZ8SYsiZvHnWO4RHs1/6EdczWF2NmrSqxQ7c="; 165 + hash = "sha256-LZs6QuBe23W643bTuz+MD2pzHiapsBJBHoFXi/QjzG4="; 166 166 }; 167 167 168 168 # On major changes, or when otherwise required, you *must* reformat the patches, ··· 190 190 ./0017-core-don-t-taint-on-unmerged-usr.patch 191 191 ./0018-tpm2_context_init-fix-driver-name-checking.patch 192 192 ./0019-bootctl-also-print-efi-files-not-owned-by-systemd-in.patch 193 - 194 - # https://github.com/systemd/systemd/pull/28000 195 - (fetchpatch { 196 - name = "fix-service-exit"; 197 - url = "https://github.com/systemd/systemd/commit/5f7f82ba625ee48d662c1f0286f44b8b0918d05d.patch"; 198 - sha256 = "sha256-pFRXpZjeVl5ZG/mOjHEuMg9zXq4Orwvdp+/LYTbR09I="; 199 - }) 200 193 ] ++ lib.optional stdenv.hostPlatform.isMusl ( 201 194 let 202 195 oe-core = fetchzip {