Merge pull request #207119 from gdamjan/bump-systemd

systemd: 252.3 -> 252.4
This commit is contained in:
Florian Klink 2022-12-23 16:49:26 +01:00 committed by GitHub
commit 70253b9015
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,7 +123,7 @@ assert withHomed -> withCryptsetup;
let
wantCurl = withRemote || withImportd;
wantGcrypt = withResolved || withImportd;
version = "252.3";
version = "252.4";
# Bump this variable on every (major) version change. See below (in the meson options list) for why.
# command:
@ -140,7 +140,7 @@ stdenv.mkDerivation {
owner = "systemd";
repo = "systemd-stable";
rev = "v${version}";
hash = "sha256-F2wtg12amigd5KNCWmG3b9Yu6PUOby9mQgZ2VFtxl5A==";
hash = "sha256-8ejSEt3QyCSARGGVbXWac2dB9jdUpC4eX2rN0iENQX0=";
};
# On major changes, or when otherwise required, you *must* reformat the patches,