prometheus-bird-exporter: 1.2.5 -> 1.2.6
This commit is contained in:
parent
11b1684c8e
commit
502618f5f9
1 changed files with 3 additions and 3 deletions
|
@ -2,16 +2,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "bird-exporter";
|
pname = "bird-exporter";
|
||||||
version = "1.2.5";
|
version = "1.2.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "czerwonk";
|
owner = "czerwonk";
|
||||||
repo = "bird_exporter";
|
repo = "bird_exporter";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "06rlmmvr79db3lh54938yxi0ixcfb8fni0vgcv3nafqnlr2zbs58";
|
sha256 = "sha256-zQKdO1E5VKZaQLNOfL3e/iCdugwNx3xFy7R7vun/Efs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "14bjdfqvxvb9gs1nm0nnlib52vd0dbvjll22x7d2cc721cbd0hj0";
|
vendorSha256 = "sha256-o/OVWALLOw7eNH3xsQlQ5ZNFV3l9iD8lhyckBt6Qn3E=";
|
||||||
|
|
||||||
passthru.tests = { inherit (nixosTests.prometheus-exporters) bird; };
|
passthru.tests = { inherit (nixosTests.prometheus-exporters) bird; };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue