Merge pull request #165411 from trofi/update-systemd

systemd: 250.3 -> 250.4

authored by Florian Klink and committed by GitHub 5f3ab4f8 85d57ae1

+2 -2
+2 -2
pkgs/os-specific/linux/systemd/default.nix
··· 127 let 128 wantCurl = withRemote || withImportd; 129 wantGcrypt = withResolved || withImportd; 130 - version = "250.3"; 131 132 # Bump this variable on every (major) version change. See below (in the meson options list) for why. 133 # command: ··· 144 owner = "systemd"; 145 repo = "systemd-stable"; 146 rev = "v${version}"; 147 - sha256 = "sha256-O1XE0BhIuDAlFVX7WIy02M9YTIxLX0Q8atJAYsUgQDQ="; 148 }; 149 150 # On major changes, or when otherwise required, you *must* reformat the patches,
··· 127 let 128 wantCurl = withRemote || withImportd; 129 wantGcrypt = withResolved || withImportd; 130 + version = "250.4"; 131 132 # Bump this variable on every (major) version change. See below (in the meson options list) for why. 133 # command: ··· 144 owner = "systemd"; 145 repo = "systemd-stable"; 146 rev = "v${version}"; 147 + sha256 = "sha256-AdzPh7dGVrGbbjL9+PqytQOpRzNDUUEftmKZAbFH3L4="; 148 }; 149 150 # On major changes, or when otherwise required, you *must* reformat the patches,