Merge pull request #186069 from trofi/update-systemd

systemd: 251.3 -> 251.4

authored by Florian Klink and committed by GitHub 9ddba5de 59dd915c

+2 -2
+2 -2
pkgs/os-specific/linux/systemd/default.nix
··· 127 let 128 wantCurl = withRemote || withImportd; 129 wantGcrypt = withResolved || withImportd; 130 - version = "251.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-vcj+k/duRID2R+wGQIyq+dVRrFYNQTsjHya6k0hmZxk="; 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 = "251.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-lfG6flT1k8LZBAdDK+cF9RjmJMkHMJquMjQK3MINFd8="; 148 }; 149 150 # On major changes, or when otherwise required, you *must* reformat the patches,