mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
systemd: Apply various upstream bug fixes
This includes the fix for the assertion failure in https://github.com/systemd/systemd/issues/4234.
This commit is contained in:
parent
b3af42011b
commit
8b09ba32d3
|
@ -16,8 +16,8 @@ stdenv.mkDerivation rec {
|
|||
src = fetchFromGitHub {
|
||||
owner = "NixOS";
|
||||
repo = "systemd";
|
||||
rev = "124564dd451349ec12673a7d4836b4a7a2f8fb4e";
|
||||
sha256 = "021b7filp1dlhic1iv54b821w7mj5595njvzns939pmn636ry4m5";
|
||||
rev = "3b11791d323cf2d0e00a156967021e1ae9119de2";
|
||||
sha256 = "1xzldwd6407jdg6z36smd49d961nmqykpay969i4xfdldcgyjdv0";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Reference in a new issue