1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +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:
Eelco Dolstra 2016-09-30 11:23:51 +02:00
parent b3af42011b
commit 8b09ba32d3

View file

@ -16,8 +16,8 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "NixOS"; owner = "NixOS";
repo = "systemd"; repo = "systemd";
rev = "124564dd451349ec12673a7d4836b4a7a2f8fb4e"; rev = "3b11791d323cf2d0e00a156967021e1ae9119de2";
sha256 = "021b7filp1dlhic1iv54b821w7mj5595njvzns939pmn636ry4m5"; sha256 = "1xzldwd6407jdg6z36smd49d961nmqykpay969i4xfdldcgyjdv0";
}; };
patches = [ patches = [