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