systemd: 255.6 -> 255.9

(cherry picked from commit 4a48f4cdf3)
This commit is contained in:
Arian van Putten 2024-07-15 20:37:05 +02:00
parent 01178b2f18
commit 1017cdf9bc

View File

@ -179,7 +179,7 @@ assert withBootloader -> withEfi;
let
wantCurl = withRemote || withImportd;
wantGcrypt = withResolved || withImportd;
version = "255.6";
version = "255.9";
# Use the command below to update `releaseTimestamp` on every (major) version
# change. More details in the commentary at mesonFlags.
@ -197,7 +197,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "systemd";
repo = "systemd-stable";
rev = "v${finalAttrs.version}";
hash = "sha256-ah0678iNfy0c5NhHhjn0roY6RoM8OE0hWyEt+qEGKRQ=";
hash = "sha256-fnMvBYyMRQrP2x//8ntGTSwoHOtFk2TQ4S5fwcsSLDU=";
};
# On major changes, or when otherwise required, you *must* :