Skip to content

Commit a07cf20

Browse files
committed
use my systemd fork with a few more patches
1 parent d927f3d commit a07cf20

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pkgs/os-specific/linux/systemd/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@
1515
}:
1616

1717
stdenv.mkDerivation rec {
18-
version = "241.20190221";
18+
version = "241";
1919
name = "systemd-${version}";
2020

2121
# When updating, use https://github.com/systemd/systemd-stable tree, not the development one!
2222
# Also fresh patches should be cherry-picked from that tree to our current one.
2323
src = fetchFromGitHub {
24-
owner = "NixOS";
24+
owner = "andir";
2525
repo = "systemd";
26-
rev = "nixos-v${version}";
27-
sha256 = "0grcf0x793k1jx4bx7p63h3f3cd8w262824mzf8iwdsy6y9wzylr";
26+
rev = "ab76df9e0d3ff8abad2a3c8cfebd1ea6f83db0a4";
27+
sha256 = "1hwjipgv1iicgdfrqhna16bv4jm46v4xp0sdhjyp0d0h64rcwzj3";
2828
};
2929

3030
outputs = [ "out" "lib" "man" "dev" ];

0 commit comments

Comments
 (0)