From 1017cdf9bcf44d6a49663d6f63107b1a4d5f61ac Mon Sep 17 00:00:00 2001 From: Arian van Putten Date: Mon, 15 Jul 2024 20:37:05 +0200 Subject: [PATCH] systemd: 255.6 -> 255.9 (cherry picked from commit 4a48f4cdf366720fe2ca837c0e29704d4b731d13) --- pkgs/os-specific/linux/systemd/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/systemd/default.nix b/pkgs/os-specific/linux/systemd/default.nix index 11691f1563eb..c675392153d0 100644 --- a/pkgs/os-specific/linux/systemd/default.nix +++ b/pkgs/os-specific/linux/systemd/default.nix @@ -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* :