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