about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRaito Bezarius <masterancpp@gmail.com>2024-03-22 15:07:08 +0100
committerRaito Bezarius <masterancpp@gmail.com>2024-03-22 15:07:08 +0100
commit740469524fbd89c7b9d6309ce190acb10e8da8de (patch)
treecc36b623627377e5ab223e27761fd2b23f76164b
parente1ad98971a8b3994be8b90c27a7f0790cb5da51c (diff)
prometheus-php-fpm-exporter: fix non-spec compliant base64 hash
Some programs respects specifications, some do not.

Nix is one of the latter.

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
-rw-r--r--pkgs/servers/monitoring/prometheus/php-fpm-exporter.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/monitoring/prometheus/php-fpm-exporter.nix b/pkgs/servers/monitoring/prometheus/php-fpm-exporter.nix
index e9ba97d1f3f79..12c80b39ff3b7 100644
--- a/pkgs/servers/monitoring/prometheus/php-fpm-exporter.nix
+++ b/pkgs/servers/monitoring/prometheus/php-fpm-exporter.nix
@@ -20,7 +20,7 @@ buildGoModule rec {
     hash = "sha256-ggrFnyEdGBoZVh4dHMw+7RUm8nJ1hJXo/fownO3wvzE=";
   };
 
-  vendorHash = "sha256-OK36tHkBtosdfEWFPYMtlbzCkh5cF35NBWYyJrb9fwg= ";
+  vendorHash = "sha256-OK36tHkBtosdfEWFPYMtlbzCkh5cF35NBWYyJrb9fwg=";
 
   nativeBuildInputs = [ makeWrapper installShellFiles ];