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
+1 -1
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);