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>
This commit is contained in:
Raito Bezarius 2024-03-22 15:07:08 +01:00
parent e1ad98971a
commit 740469524f
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ buildGoModule rec {
hash = "sha256-ggrFnyEdGBoZVh4dHMw+7RUm8nJ1hJXo/fownO3wvzE=";
};
vendorHash = "sha256-OK36tHkBtosdfEWFPYMtlbzCkh5cF35NBWYyJrb9fwg= ";
vendorHash = "sha256-OK36tHkBtosdfEWFPYMtlbzCkh5cF35NBWYyJrb9fwg=";
nativeBuildInputs = [ makeWrapper installShellFiles ];