prometheus-bird-exporter: 1.4.1 -> 1.4.2
This commit is contained in:
parent
d5210941a5
commit
e4e10d02f3
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.4.1";
|
version = "1.4.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "czerwonk";
|
owner = "czerwonk";
|
||||||
repo = "bird_exporter";
|
repo = "bird_exporter";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-QCnOMiAcvn0HcppGJlf3sdllApKcjHpucvk9xxD/MqE=";
|
sha256 = "sha256-XGHOEnAichQEir0k8wj/OSuj1zk8UsLYi9azg6lgpws=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-jBwaneVv1a8iIqnhDbQOnvaJdnXgO8P90Iv51IfGaM0=";
|
vendorHash = "sha256-X6zrCTGZaSdQS9bwzjbSGkmNs38JBxZMtrqajQxkzK0=";
|
||||||
|
|
||||||
passthru.tests = { inherit (nixosTests.prometheus-exporters) bird; };
|
passthru.tests = { inherit (nixosTests.prometheus-exporters) bird; };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue