Skip to content

Commit 94cba39

Browse files
committedNov 28, 2017
systemd resolved: patch CVE-2017-15908
fix loop on packets with pseudo dns types NixOS/systemd#14
1 parent e6a7a2e commit 94cba39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/os-specific/linux/systemd/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ stdenv.mkDerivation rec {
1515
src = fetchFromGitHub {
1616
owner = "nixos";
1717
repo = "systemd";
18-
rev = "ba777535a890c2a2b7677dfacc63e12c578b9b3f";
19-
sha256 = "1vb45fbqkrgczfwkb0y07ldnwhjqk2sh446hzfkdn8hrwl1lifg5";
18+
rev = "eef5613fda5";
19+
sha256 = "0wgh5y319v56hcs82mhs58ipb100cz4x41vz3kh4bq1n7sx88cdz";
2020
};
2121

2222
outputs = [ "out" "lib" "man" "dev" ];

0 commit comments

Comments
 (0)
Please sign in to comment.