Skip to content

Commit

Permalink
systemd: 255.6 -> 255.9
Browse files Browse the repository at this point in the history
  • Loading branch information
arianvp committed Jul 15, 2024
1 parent 97587d8 commit 4a48f4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/systemd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -197,7 +197,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "systemd";
repo = "systemd-stable";
rev = "v${version}";
hash = "sha256-ah0678iNfy0c5NhHhjn0roY6RoM8OE0hWyEt+qEGKRQ=";
hash = "sha256-fnMvBYyMRQrP2x//8ntGTSwoHOtFk2TQ4S5fwcsSLDU=";
};

# On major changes, or when otherwise required, you *must* :
Expand Down

0 comments on commit 4a48f4c

Please sign in to comment.