buildkite-agent-metrics: 5.9.13 -> 5.10.0 (#444513)

authored by Wolfgang Walther and committed by GitHub 4fec522f a88d9e2a

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