Show hash mismatch warnings in SRI format

This commit is contained in:
Eelco Dolstra 2019-05-31 18:48:28 +02:00
parent 134942f56a
commit 63c5c91cc0
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -3170,7 +3170,7 @@ void DerivationGoal::registerOutputs()
valid. */
delayedException = std::make_exception_ptr(
BuildError("hash mismatch in fixed-output derivation '%s':\n wanted: %s\n got: %s",
dest, h.to_string(), h2.to_string()));
dest, h.to_string(SRI), h2.to_string(SRI)));
Path actualDest = worker.store.toRealPath(dest);