File tree Expand file tree Collapse file tree
pkgs/os-specific/linux/systemd Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ assert withUkify -> withEfi;
145145let
146146 wantCurl = withRemote || withImportd ;
147147 wantGcrypt = withResolved || withImportd ;
148- version = "253.5 " ;
148+ version = "253.6 " ;
149149
150150 # Bump this variable on every (major) version change. See below (in the meson options list) for why.
151151 # command:
@@ -162,7 +162,7 @@ stdenv.mkDerivation (finalAttrs: {
162162 owner = "systemd" ;
163163 repo = "systemd-stable" ;
164164 rev = "v${ version } " ;
165- hash = "sha256-B3A9AvpfZ8SYsiZvHnWO4RHs1/6EdczWF2NmrSqxQ7c =" ;
165+ hash = "sha256-LZs6QuBe23W643bTuz+MD2pzHiapsBJBHoFXi/QjzG4 =" ;
166166 } ;
167167
168168 # On major changes, or when otherwise required, you *must* reformat the patches,
@@ -190,13 +190,6 @@ stdenv.mkDerivation (finalAttrs: {
190190 ./0017-core-don-t-taint-on-unmerged-usr.patch
191191 ./0018-tpm2_context_init-fix-driver-name-checking.patch
192192 ./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- } )
200193 ] ++ lib . optional stdenv . hostPlatform . isMusl (
201194 let
202195 oe-core = fetchzip {
You can’t perform that action at this time.
0 commit comments