diff --git a/src/libstore/build.cc b/src/libstore/build.cc index e9e1fe4b1..31011cd7c 100644 --- a/src/libstore/build.cc +++ b/src/libstore/build.cc @@ -3685,7 +3685,7 @@ void DerivationGoal::registerOutputs() worker.hashMismatch = true; 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);