lol

Merge pull request #302993 from r-ryantm/auto-update/prometheus-blackbox-exporter

prometheus-blackbox-exporter: 0.24.0 -> 0.25.0

authored by

Franz Pletz and committed by
GitHub
9417e420 4a528c3e

+3 -3
+3 -3
pkgs/servers/monitoring/prometheus/blackbox-exporter.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "blackbox_exporter"; 5 - version = "0.24.0"; 5 + version = "0.25.0"; 6 6 rev = "v${version}"; 7 7 8 8 src = fetchFromGitHub { 9 9 inherit rev; 10 10 owner = "prometheus"; 11 11 repo = "blackbox_exporter"; 12 - sha256 = "sha256-eoXSBliHadRGPT6+K75p2tEjKHKXmLz4svE59yQAEuM="; 12 + sha256 = "sha256-RyVP/lcCN/HbhRtGM7n4kFRpBxMO5SvpleeygzCq5bA="; 13 13 }; 14 14 15 - vendorHash = "sha256-yhgmJaWdYR5w5A8MVnHQS1yF6sTIMd1TOiesV4mc0Gs="; 15 + vendorHash = "sha256-gVVYccbwtB9/WA3lfzXwI9cZkTdTv96/2gLfwtoE+WM="; 16 16 17 17 # dns-lookup is performed for the tests 18 18 doCheck = false;