Skip to content

Commit 6b9771e

Browse files
abbradarfpletz
authored andcommittedMar 23, 2018
systemd: use stable tree
This fixes a bug with changed qemu network interface names and also generally should be preferred to using a release tag.
1 parent 0668872 commit 6b9771e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

Diff for: ‎pkgs/os-specific/linux/systemd/default.nix

+4-2
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@ in stdenv.mkDerivation rec {
2121
version = "238";
2222
name = "systemd-${version}";
2323

24+
# When updating, use https://github.com/systemd/systemd-stable tree, not the development one!
25+
# Also fresh patches should be cherry-picked from that tree to our current one.
2426
src = fetchFromGitHub {
2527
owner = "NixOS";
2628
repo = "systemd";
27-
rev = "243d65d38f2df82d4a39f6a9970337803dff65a1";
28-
sha256 = "098hxlkh6q17rxa178adylksxnnd4x9rxb8amjnlbiydcc6kaa5n";
29+
rev = "3a439bcdb5706dbb44215ef4e70f07b09aaac040";
30+
sha256 = "0qkk5891068pkxmxqvm07bwl597i8lfp89c23yxp11m21cjq0f4b";
2931
};
3032

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

0 commit comments

Comments
 (0)