systemd: fix broken source hash

This commit is contained in:
Thomas Tuegel 2017-07-20 11:29:22 -05:00
parent 4a0a066f67
commit aa11af8bbe
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
owner = "nixos";
repo = "systemd";
rev = "ba777535a890c2a2b7677dfacc63e12c578b9b3f";
sha256 = "1cj20zrfr8g0vkxiv3h9bbd89xbj3mrsij3rja1lbh4nkl5mcwpa";
sha256 = "1vb45fbqkrgczfwkb0y07ldnwhjqk2sh446hzfkdn8hrwl1lifg5";
};
outputs = [ "out" "lib" "man" "dev" ];