Merge pull request #237481 from r-ryantm/auto-update/prometheus-graphite-exporter

prometheus-graphite-exporter: 0.13.3 -> 0.14.0
This commit is contained in:
Nick Cao 2023-06-13 02:10:07 -06:00 committed by GitHub
commit 3b7e34f2a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "graphite-exporter";
version = "0.13.3";
version = "0.14.0";
src = fetchFromGitHub {
owner = "prometheus";
repo = "graphite_exporter";
rev = "v${version}";
hash = "sha256-ZsRN/h96Lt0znXmtMGjR6TXKa1ka0rbk/XXNVolBNk8=";
hash = "sha256-UaflfU27GR8VK6AduPDBcQyO3u1uX6YlGP9O4LFwn9A=";
};
vendorHash = "sha256-vW/iODlOWD8JmoDO6Ty+Eajoj0IAHak/abWW2OSp34M=";
vendorHash = "sha256-cIl35wbdPCQJLudXphMbjO2Ztd/H1clI43xaMU6T0D4=";
preCheck = let
skippedTests = [