systemd: Apply fix for CVE-2017-9445
This commit is contained in:
parent
8a62a9b064
commit
32e492251b
@ -15,8 +15,8 @@ stdenv.mkDerivation rec {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nixos";
|
owner = "nixos";
|
||||||
repo = "systemd";
|
repo = "systemd";
|
||||||
rev = "a5af87e469ed3bd806d1ac34716d4f17ce9d3464";
|
rev = "72782e7ad96f9da9b0e5873f87a64007068cee06";
|
||||||
sha256 = "14slhk9p1f4ngxhhsmk8i1irl6jiffs1ln84ddcqc8iy22cyqvs3";
|
sha256 = "1cj20zrfr8g0vkxiv3h9bbd89xbj3mrsij3rjr1lbh4nkl5mcwpa";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "lib" "man" "dev" ];
|
outputs = [ "out" "lib" "man" "dev" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user