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 e6a7a2e commit 94cba39Copy full SHA for 94cba39
pkgs/os-specific/linux/systemd/default.nix
@@ -15,8 +15,8 @@ stdenv.mkDerivation rec {
15
src = fetchFromGitHub {
16
owner = "nixos";
17
repo = "systemd";
18
- rev = "ba777535a890c2a2b7677dfacc63e12c578b9b3f";
19
- sha256 = "1vb45fbqkrgczfwkb0y07ldnwhjqk2sh446hzfkdn8hrwl1lifg5";
+ rev = "eef5613fda5";
+ sha256 = "0wgh5y319v56hcs82mhs58ipb100cz4x41vz3kh4bq1n7sx88cdz";
20
};
21
22
outputs = [ "out" "lib" "man" "dev" ];
0 commit comments