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 8a62a9b commit 32e4922Copy full SHA for 32e4922
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 = "a5af87e469ed3bd806d1ac34716d4f17ce9d3464";
19
- sha256 = "14slhk9p1f4ngxhhsmk8i1irl6jiffs1ln84ddcqc8iy22cyqvs3";
+ rev = "72782e7ad96f9da9b0e5873f87a64007068cee06";
+ sha256 = "1cj20zrfr8g0vkxiv3h9bbd89xbj3mrsij3rjr1lbh4nkl5mcwpa";
20
};
21
22
outputs = [ "out" "lib" "man" "dev" ];
0 commit comments