buildkite-agent-metrics: 5.9.2 -> 5.9.3
This commit is contained in:
parent
b45547a0a2
commit
6ae269357f
1 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
}:
|
}:
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "buildkite-agent-metrics";
|
pname = "buildkite-agent-metrics";
|
||||||
version = "5.9.2";
|
version = "5.9.3";
|
||||||
|
|
||||||
outputs = [ "out" "lambda" ];
|
outputs = [ "out" "lambda" ];
|
||||||
|
|
||||||
|
@ -12,10 +12,10 @@ buildGoModule rec {
|
||||||
owner = "buildkite";
|
owner = "buildkite";
|
||||||
repo = "buildkite-agent-metrics";
|
repo = "buildkite-agent-metrics";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-JYpsQUIKTlQz1VUmPfTzvgh++0p3NAoa105mvGoqgt8=";
|
hash = "sha256-DepIptvR4i0+/45stCMErJtDeAFIDiNbhioitQ8gYBs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-2EbZLLaddR7oWXb9H9E35foevp6gMbWfoymDf2lQuto=";
|
vendorHash = "sha256-YEvVGtfhe/RBeuD87C2BNOFEeK40JDidX4loSLdBwhs=";
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mkdir -p $lambda/bin
|
mkdir -p $lambda/bin
|
||||||
|
|
Loading…
Reference in a new issue