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:
parent
e1ad98971a
commit
740469524f
@ -20,7 +20,7 @@ buildGoModule rec {
|
||||
hash = "sha256-ggrFnyEdGBoZVh4dHMw+7RUm8nJ1hJXo/fownO3wvzE=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-OK36tHkBtosdfEWFPYMtlbzCkh5cF35NBWYyJrb9fwg= ";
|
||||
vendorHash = "sha256-OK36tHkBtosdfEWFPYMtlbzCkh5cF35NBWYyJrb9fwg=";
|
||||
|
||||
nativeBuildInputs = [ makeWrapper installShellFiles ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user