From 1c0c8f483202281cf7bac43aed65dbf85a9fc7ac Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Mon, 9 Oct 2023 01:41:04 +0200 Subject: [PATCH] prometheus-pgbouncer-exporter: vendorSha256 -> vendorHash --- pkgs/servers/monitoring/prometheus/pgbouncer-exporter.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/monitoring/prometheus/pgbouncer-exporter.nix b/pkgs/servers/monitoring/prometheus/pgbouncer-exporter.nix index 2eba38f65b1e..57f51e4997c5 100644 --- a/pkgs/servers/monitoring/prometheus/pgbouncer-exporter.nix +++ b/pkgs/servers/monitoring/prometheus/pgbouncer-exporter.nix @@ -8,10 +8,10 @@ buildGoModule rec { owner = "prometheus-community"; repo = "pgbouncer_exporter"; rev = "v${version}"; - sha256 = "sha256-2N8FaGk6AU39j4q22B2Om5E7BeR7iw9drl3PTOBO2kg="; + hash = "sha256-2N8FaGk6AU39j4q22B2Om5E7BeR7iw9drl3PTOBO2kg="; }; - vendorSha256 = "sha256-2aaUlOokqYkjMpcM12mU+O+N09/mDPlIrJ4Z1iXJAyk="; + vendorHash = "sha256-2aaUlOokqYkjMpcM12mU+O+N09/mDPlIrJ4Z1iXJAyk="; meta = with lib; { description = "Prometheus exporter for PgBouncer";