9 src = fetchFromGitHub {
13 sha256 = "F9eovZpwbigP0AMdjAIxULPLDC3zO6GxQmPdt5Xvpkk=";
16 vendorSha256 = "q5wYKSLHRzL+UGn29kr8+mUupOPR1zohTscbzjMRCS0=";
19 mkdir -p $out/lib/systemd/system
20 substitute init/systemd/lifecycled.unit $out/lib/systemd/system/lifecycled.service \
21 --replace /usr/bin/lifecycled $out/bin/lifecycled
25 description = "A daemon for responding to AWS AutoScaling Lifecycle Hooks";
26 homepage = "https://github.com/buildkite/lifecycled/";
27 license = licenses.mit;
28 maintainers = with maintainers; [ cole-h grahamc ];