buildkite-agent-metrics: 5.9.13 -> 5.10.0

Diff: https://github.com/buildkite/buildkite-agent-metrics/compare/v5.9.13...v5.10.0

+5 -3
+5 -3
pkgs/by-name/bu/buildkite-agent-metrics/package.nix
··· 5 5 }: 6 6 buildGoModule rec { 7 7 pname = "buildkite-agent-metrics"; 8 - version = "5.9.13"; 8 + version = "5.10.0"; 9 + 10 + __darwinAllowLocalNetworking = true; 9 11 10 12 outputs = [ 11 13 "out" ··· 16 18 owner = "buildkite"; 17 19 repo = "buildkite-agent-metrics"; 18 20 rev = "v${version}"; 19 - hash = "sha256-AVFQ3GP4YDQ6d9NSeol3Eobxzmoa9bRyCAKTsDbyZyQ="; 21 + hash = "sha256-QE4IY1yU8X1zG+jf7eBWiSjN3HvDqr2Avhs3Bub+xB0="; 20 22 }; 21 23 22 - vendorHash = "sha256-RQmxYxTcQn5VEy8Z96EtArYBnODmde1RlV4CA6fhbZA="; 24 + vendorHash = "sha256-r088XQKYx0D0OVfz/nqhWL0LLCf4X13WqYikJKlLr3c="; 23 25 24 26 postInstall = '' 25 27 mkdir -p $lambda/bin