systemd: apply systemd-stable 242 backports

from https://github.com/NixOS/systemd/pull/29
This commit is contained in:
Florian Klink 2019-06-25 23:00:15 +02:00
parent 94e8afc254
commit df489f82e1

View file

@ -24,8 +24,8 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "NixOS";
repo = "systemd";
rev = "nixos-v${version}";
sha256 = "0ldyhfxdy4qlgygvpc92wp0qp6p1c9y3rnm77zwbkga48x60d9i8";
rev = "aa4c4d39d75ce52664cb28d569b1ceafda7b4c06";
sha256 = "1ax94gzbdwdcf3wgj7f9cabdkvn2zynnnli7gkbz4isidlpis86g";
};
outputs = [ "out" "lib" "man" "dev" ];