From 0e70ce7d5ad808a2140103f2caaedcb353fa2ad2 Mon Sep 17 00:00:00 2001 From: misilelab Date: Thu, 4 Sep 2025 20:46:41 +0900 Subject: [PATCH] systemd: 257.8 -> 257.9 https://github.com/systemd/systemd/compare/v257.8...v257.9 close #439240 and #440073 Signed-off-by: misilelab --- 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 a04930180b89..a1e17679c13e 100644 --- a/pkgs/os-specific/linux/systemd/default.nix +++ b/pkgs/os-specific/linux/systemd/default.nix @@ -195,7 +195,7 @@ assert withBootloader -> withEfi; let wantCurl = withRemote || withImportd; - version = "257.8"; + version = "257.9"; # Use the command below to update `releaseTimestamp` on every (major) version # change. More details in the commentary at mesonFlags. @@ -215,7 +215,7 @@ stdenv.mkDerivation (finalAttrs: { owner = "systemd"; repo = "systemd"; rev = "v${version}"; - hash = "sha256-XQ+IyRar74qQij96CKClHXW0kkPnGeKUgA8ULiWh5YY="; + hash = "sha256-3Ig5TXhK99iOu41k4c5CgC4R3HhBftSAb9UbXvFY6lo="; }; # On major changes, or when otherwise required, you *must* :