systemd: 253.2 -> 253.3

https://github.com/systemd/systemd-stable/compare/v253.2...v253.3
Commits: 5
Files changed: 5
This commit is contained in:
Дамјан Георгиевски 2023-04-06 17:22:05 +02:00
parent b99030167e
commit 71efa69593
No known key found for this signature in database

View File

@ -140,7 +140,7 @@ assert withHomed -> withPam;
let
wantCurl = withRemote || withImportd;
wantGcrypt = withResolved || withImportd;
version = "253.2";
version = "253.3";
# Bump this variable on every (major) version change. See below (in the meson options list) for why.
# command:
@ -157,7 +157,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "systemd";
repo = "systemd-stable";
rev = "v${version}";
hash = "sha256-gtJEHLSeJoOSFnutn/+wM27sV9JiV5afsykyUd+XDKQ=";
hash = "sha256-iy1kyqiVeXIhFJAQ+nYorrXm/xb2gfakyrEfMyNR5l8=";
};
# On major changes, or when otherwise required, you *must* reformat the patches,