We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 0668872 commit 6b9771eCopy full SHA for 6b9771e
pkgs/os-specific/linux/systemd/default.nix
@@ -21,11 +21,13 @@ in stdenv.mkDerivation rec {
21
version = "238";
22
name = "systemd-${version}";
23
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.
26
src = fetchFromGitHub {
27
owner = "NixOS";
28
repo = "systemd";
- rev = "243d65d38f2df82d4a39f6a9970337803dff65a1";
- sha256 = "098hxlkh6q17rxa178adylksxnnd4x9rxb8amjnlbiydcc6kaa5n";
29
+ rev = "3a439bcdb5706dbb44215ef4e70f07b09aaac040";
30
+ sha256 = "0qkk5891068pkxmxqvm07bwl597i8lfp89c23yxp11m21cjq0f4b";
31
};
32
33
outputs = [ "out" "lib" "man" "dev" ];
0 commit comments