lifecycled: 3.1.0 -> 3.2.0

This commit is contained in:
R. RyanTM 2021-08-14 14:22:50 +00:00
parent 17b4b7097f
commit e06477311a

View file

@ -4,16 +4,16 @@
}: }:
buildGoModule rec { buildGoModule rec {
pname = "lifecycled"; pname = "lifecycled";
version = "3.1.0"; version = "3.2.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "buildkite"; owner = "buildkite";
repo = "lifecycled"; repo = "lifecycled";
rev = "v${version}"; rev = "v${version}";
sha256 = "F9eovZpwbigP0AMdjAIxULPLDC3zO6GxQmPdt5Xvpkk="; sha256 = "sha256-+Ts2ERoEZcBdxMXQlxPVtQe3pst5NXWKU3rmS5CgR7A=";
}; };
vendorSha256 = "q5wYKSLHRzL+UGn29kr8+mUupOPR1zohTscbzjMRCS0="; vendorSha256 = "sha256-q5wYKSLHRzL+UGn29kr8+mUupOPR1zohTscbzjMRCS0=";
postInstall = '' postInstall = ''
mkdir -p $out/lib/systemd/system mkdir -p $out/lib/systemd/system