Merge pull request #129323 from r-ryantm/auto-update/bird-exporter

prometheus-bird-exporter: 1.2.5 -> 1.2.6
This commit is contained in:
Luke Granger-Brown 2021-07-05 14:19:44 +01:00 committed by GitHub
commit 621168bf03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "bird-exporter";
version = "1.2.5";
version = "1.2.6";
src = fetchFromGitHub {
owner = "czerwonk";
repo = "bird_exporter";
rev = version;
sha256 = "06rlmmvr79db3lh54938yxi0ixcfb8fni0vgcv3nafqnlr2zbs58";
sha256 = "sha256-zQKdO1E5VKZaQLNOfL3e/iCdugwNx3xFy7R7vun/Efs=";
};
vendorSha256 = "14bjdfqvxvb9gs1nm0nnlib52vd0dbvjll22x7d2cc721cbd0hj0";
vendorSha256 = "sha256-o/OVWALLOw7eNH3xsQlQ5ZNFV3l9iD8lhyckBt6Qn3E=";
passthru.tests = { inherit (nixosTests.prometheus-exporters) bird; };