systemd: 250.4 -> 250.7

removed the pull/22174.patch`, it has been backported in v250,
see https://github.com/systemd/systemd-stable/pull/195

src/test/test-load-fragment.c got some `/bin/echo` invocations in
9727b9ee7b
This commit is contained in:
Дамјан Георгиевски
2022-11-09 14:54:11 +01:00
parent 76b45a1bf3
commit 71efd09c07

View File

@@ -4,7 +4,6 @@
, lib
, nixosTests
, fetchFromGitHub
, fetchpatch
, fetchzip
, buildPackages
, ninja
@@ -127,7 +126,7 @@ assert withCryptsetup -> (cryptsetup != null);
let
wantCurl = withRemote || withImportd;
wantGcrypt = withResolved || withImportd;
version = "250.4";
version = "250.7";
# Bump this variable on every (major) version change. See below (in the meson options list) for why.
# command:
@@ -144,7 +143,7 @@ stdenv.mkDerivation {
owner = "systemd";
repo = "systemd-stable";
rev = "v${version}";
sha256 = "sha256-AdzPh7dGVrGbbjL9+PqytQOpRzNDUUEftmKZAbFH3L4=";
sha256 = "sha256-dyKRo8ktaI/sGA98X6d6bqToN1ehDF3obA98N24uoqI=";
};
# On major changes, or when otherwise required, you *must* reformat the patches,
@@ -178,13 +177,6 @@ stdenv.mkDerivation {
# need (AFAICT).
# See https://github.com/systemd/systemd/pull/20479 for upstream discussion.
./0019-core-handle-lookup-paths-being-symlinks.patch
# fixes reproducability of dbus xml files
# Should no longer be necessary with v251.
(fetchpatch {
url = "https://github.com/systemd/systemd/pull/22174.patch";
sha256 = "sha256-RVhxUEUiISgRlIP/AhU+w1VHfDQw2W16cFl2TXXyxno=";
})
] ++ lib.optional stdenv.hostPlatform.isMusl (
let
oe-core = fetchzip {
@@ -546,6 +538,7 @@ stdenv.mkDerivation {
"src/analyze/test-verify.c"
"src/test/test-env-file.c"
"src/test/test-fileio.c"
"src/test/test-load-fragment.c"
];
}
{