mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #324584 from r-ryantm/auto-update/buildkite-agent-metrics
buildkite-agent-metrics: 5.9.6 -> 5.9.7
This commit is contained in:
commit
bdf8dbe1db
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
}:
|
||||
buildGoModule rec {
|
||||
pname = "buildkite-agent-metrics";
|
||||
version = "5.9.6";
|
||||
version = "5.9.7";
|
||||
|
||||
outputs = [ "out" "lambda" ];
|
||||
|
||||
|
@ -12,7 +12,7 @@ buildGoModule rec {
|
|||
owner = "buildkite";
|
||||
repo = "buildkite-agent-metrics";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-OrdU640gC14Y4SMtZZtW2Yz82JRwoQRtjY1KCL+vyEc=";
|
||||
hash = "sha256-HHTPgrMNxaX2fbkf7oasrEopXg6ocMSwdymeNAIrckg=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-i2+nefRE4BD93rG842oZj0/coamYVRMPxEHio80bdWk=";
|
||||
|
|
Loading…
Reference in a new issue