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 17568fb commit a2c7482Copy full SHA for a2c7482
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 = "66e778e851440fde7f20cff0c24d23538144be8d";
19
- sha256 = "1valz8v2q4cj0ipz2b6mh5p0rjxpy3m88gg9xa2rcc4gcmscndzk";
+ rev = "82c566d15eb0463351303c1ea58c8e4a2528bf3d";
+ sha256 = "04j5c1p67jjxvm5d12wgc0mh42ykzwyck9ik4hr1bd47j332abax";
20
};
21
22
outputs = [ "out" "lib" "man" "dev" ];
0 commit comments