chore: upgrade systemd to latest stable

This commit is contained in:
Lars Sjöström 2025-03-06 16:26:13 +01:00
parent 658b5af153
commit d1e25bdddf
No known key found for this signature in database

View file

@ -7,7 +7,7 @@
...
}:
let
version = "257.3";
version = "257.4";
# Use the command below to update `releaseTimestamp` on every (major) version
# change. More details in the commentary at mesonFlags.
@ -27,7 +27,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "systemd";
repo = "systemd";
rev = "v${version}";
hash = "sha256-GvRn55grHWR6M+tA86RMzqinuXNpPZzRB4ApuGN/ZvU=";
hash = "sha256-6rxJUYRq785U6aik5VhQRqG+Ss67lBB6T3eQF+tkyhk=";
};
dontCheckForBrokenSymlinks = true;