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:
parent
ff5d09638c
commit
196ce76703
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user