Merge pull request #297077 from sdht0/systemd-update

systemd: 255.2 -> 255.4

authored by Will Fancher and committed by GitHub 5e938f3f c2933800

+2 -2
+2 -2
pkgs/os-specific/linux/systemd/default.nix
··· 176 let 177 wantCurl = withRemote || withImportd; 178 wantGcrypt = withResolved || withImportd; 179 - version = "255.2"; 180 181 # Use the command below to update `releaseTimestamp` on every (major) version 182 # change. More details in the commentary at mesonFlags. ··· 194 owner = "systemd"; 195 repo = "systemd-stable"; 196 rev = "v${version}"; 197 - hash = "sha256-8SfJY/pcH4yrDeJi0GfIUpetTbpMwyswvSu+RSfgqfY="; 198 }; 199 200 # On major changes, or when otherwise required, you *must* :
··· 176 let 177 wantCurl = withRemote || withImportd; 178 wantGcrypt = withResolved || withImportd; 179 + version = "255.4"; 180 181 # Use the command below to update `releaseTimestamp` on every (major) version 182 # change. More details in the commentary at mesonFlags. ··· 194 owner = "systemd"; 195 repo = "systemd-stable"; 196 rev = "v${version}"; 197 + hash = "sha256-P1mKq+ythrv8MU7y2CuNtEx6qCDacugzfsPRZL+NPys="; 198 }; 199 200 # On major changes, or when otherwise required, you *must* :