3
0
Fork 0
forked from mirrors/nixpkgs

prometheus-bird-exporter: 1.4.1 -> 1.4.2

This commit is contained in:
R. Ryantm 2023-06-10 08:46:22 +00:00
parent d5210941a5
commit e4e10d02f3

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "bird-exporter";
version = "1.4.1";
version = "1.4.2";
src = fetchFromGitHub {
owner = "czerwonk";
repo = "bird_exporter";
rev = version;
sha256 = "sha256-QCnOMiAcvn0HcppGJlf3sdllApKcjHpucvk9xxD/MqE=";
sha256 = "sha256-XGHOEnAichQEir0k8wj/OSuj1zk8UsLYi9azg6lgpws=";
};
vendorSha256 = "sha256-jBwaneVv1a8iIqnhDbQOnvaJdnXgO8P90Iv51IfGaM0=";
vendorHash = "sha256-X6zrCTGZaSdQS9bwzjbSGkmNs38JBxZMtrqajQxkzK0=";
passthru.tests = { inherit (nixosTests.prometheus-exporters) bird; };