mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
systemd: apply systemd-stable 242 backports
from https://github.com/NixOS/systemd/pull/29
This commit is contained in:
parent
94e8afc254
commit
df489f82e1
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ stdenv.mkDerivation rec {
|
|||
src = fetchFromGitHub {
|
||||
owner = "NixOS";
|
||||
repo = "systemd";
|
||||
rev = "nixos-v${version}";
|
||||
sha256 = "0ldyhfxdy4qlgygvpc92wp0qp6p1c9y3rnm77zwbkga48x60d9i8";
|
||||
rev = "aa4c4d39d75ce52664cb28d569b1ceafda7b4c06";
|
||||
sha256 = "1ax94gzbdwdcf3wgj7f9cabdkvn2zynnnli7gkbz4isidlpis86g";
|
||||
};
|
||||
|
||||
outputs = [ "out" "lib" "man" "dev" ];
|
||||
|
|
Loading…
Reference in a new issue