systemd: 252.4 -> 252.5

https://github.com/systemd/systemd-stable/compare/v252.4...v252.5
Commits: 81
Files changed: 103
This commit is contained in:
Дамјан Георгиевски 2023-01-29 21:11:02 +01:00
parent ff5d09638c
commit 196ce76703

View File

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