Merge pull request #68339 from NixOS/staging-next

Staging next with systemd 243
This commit is contained in:
Frederik Rietdijk
2019-09-09 10:02:20 +02:00
committed by GitHub
393 changed files with 527 additions and 509 deletions

View File

@@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "jeaye";
repo = "stdman";
rev = "${version}";
rev = version;
sha256 = "1017vwhcwlwi5sa8h6pkhj048in826wxnhl6qarykmzksvidff3r";
};