systemd: 257.3 -> 257.5 (#388131)

authored by Will Fancher and committed by GitHub bcf07bec b82a1fff

+2 -2
+2 -2
pkgs/os-specific/linux/systemd/default.nix
··· 197 let 198 wantCurl = withRemote || withImportd; 199 200 - version = "257.3"; 201 202 # Use the command below to update `releaseTimestamp` on every (major) version 203 # change. More details in the commentary at mesonFlags. ··· 215 owner = "systemd"; 216 repo = "systemd"; 217 rev = "v${version}"; 218 - hash = "sha256-GvRn55grHWR6M+tA86RMzqinuXNpPZzRB4ApuGN/ZvU="; 219 }; 220 221 # On major changes, or when otherwise required, you *must* :
··· 197 let 198 wantCurl = withRemote || withImportd; 199 200 + version = "257.5"; 201 202 # Use the command below to update `releaseTimestamp` on every (major) version 203 # change. More details in the commentary at mesonFlags. ··· 215 owner = "systemd"; 216 repo = "systemd"; 217 rev = "v${version}"; 218 + hash = "sha256-mn/JB/nrOz2TOobu2d+XBH2dVH3vn/HPvWN4Zz6s+SM="; 219 }; 220 221 # On major changes, or when otherwise required, you *must* :