We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d927f3d commit a07cf20Copy full SHA for a07cf20
1 file changed
pkgs/os-specific/linux/systemd/default.nix
@@ -15,16 +15,16 @@
15
}:
16
17
stdenv.mkDerivation rec {
18
- version = "241.20190221";
+ version = "241";
19
name = "systemd-${version}";
20
21
# When updating, use https://github.com/systemd/systemd-stable tree, not the development one!
22
# Also fresh patches should be cherry-picked from that tree to our current one.
23
src = fetchFromGitHub {
24
- owner = "NixOS";
+ owner = "andir";
25
repo = "systemd";
26
- rev = "nixos-v${version}";
27
- sha256 = "0grcf0x793k1jx4bx7p63h3f3cd8w262824mzf8iwdsy6y9wzylr";
+ rev = "ab76df9e0d3ff8abad2a3c8cfebd1ea6f83db0a4";
+ sha256 = "1hwjipgv1iicgdfrqhna16bv4jm46v4xp0sdhjyp0d0h64rcwzj3";
28
};
29
30
outputs = [ "out" "lib" "man" "dev" ];
0 commit comments