Merge pull request #298052 from RaitoBezarius/improper-hash-again-ffs

prometheus-php-fpm-exporter: fix non-spec compliant base64 hash
This commit is contained in:
Ryan Mulligan 2024-03-22 07:29:08 -07:00 committed by GitHub
commit 5854e2dbcb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 ];