systemd: 251.3 -> 251.4
Notable change is binutils-2.39 support. Changes: https://github.com/systemd/systemd-stable/compare/v251.3...v251.4
This commit is contained in:
parent
aaa1c973c8
commit
7659f31d69
@ -127,7 +127,7 @@ assert withCryptsetup -> (cryptsetup != null);
|
|||||||
let
|
let
|
||||||
wantCurl = withRemote || withImportd;
|
wantCurl = withRemote || withImportd;
|
||||||
wantGcrypt = withResolved || withImportd;
|
wantGcrypt = withResolved || withImportd;
|
||||||
version = "251.3";
|
version = "251.4";
|
||||||
|
|
||||||
# Bump this variable on every (major) version change. See below (in the meson options list) for why.
|
# Bump this variable on every (major) version change. See below (in the meson options list) for why.
|
||||||
# command:
|
# command:
|
||||||
@ -144,7 +144,7 @@ stdenv.mkDerivation {
|
|||||||
owner = "systemd";
|
owner = "systemd";
|
||||||
repo = "systemd-stable";
|
repo = "systemd-stable";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-vcj+k/duRID2R+wGQIyq+dVRrFYNQTsjHya6k0hmZxk=";
|
sha256 = "sha256-lfG6flT1k8LZBAdDK+cF9RjmJMkHMJquMjQK3MINFd8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# On major changes, or when otherwise required, you *must* reformat the patches,
|
# On major changes, or when otherwise required, you *must* reformat the patches,
|
||||||
|
Loading…
Reference in New Issue
Block a user