Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

prometheus-bird-exporter: 1.4.1 -> 1.4.2

+3 -3
+3 -3
pkgs/servers/monitoring/prometheus/bird-exporter.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "bird-exporter"; 5 - version = "1.4.1"; 5 + version = "1.4.2"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "czerwonk"; 9 9 repo = "bird_exporter"; 10 10 rev = version; 11 - sha256 = "sha256-QCnOMiAcvn0HcppGJlf3sdllApKcjHpucvk9xxD/MqE="; 11 + sha256 = "sha256-XGHOEnAichQEir0k8wj/OSuj1zk8UsLYi9azg6lgpws="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-jBwaneVv1a8iIqnhDbQOnvaJdnXgO8P90Iv51IfGaM0="; 14 + vendorHash = "sha256-X6zrCTGZaSdQS9bwzjbSGkmNs38JBxZMtrqajQxkzK0="; 15 15 16 16 passthru.tests = { inherit (nixosTests.prometheus-exporters) bird; }; 17 17