Merge pull request #63929 from flokli/nixos-v242-rev-commit-id

systemd: point to commit id instead of branch name
This commit is contained in:
Andreas Rammhold
2019-06-30 13:27:58 +02:00
committed by GitHub

View File

@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "NixOS";
repo = "systemd";
rev = "nixos-v${version}";
rev = "5c20aab77900f478fd380ab189787d80e4a35963";
sha256 = "0ldyhfxdy4qlgygvpc92wp0qp6p1c9y3rnm77zwbkga48x60d9i8";
};