buildSupport.rust: fix typo in verifyCargoDeps message (#97058)

This commit is contained in:
Evan Stoll 2020-09-05 17:04:32 -04:00 committed by GitHub
parent a58cda7b77
commit 19cb34b04b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -155,7 +155,7 @@ stdenv.mkDerivation (args // {
echo
echo "To fix the issue:"
echo '1. Use "0000000000000000000000000000000000000000000000000000" as the cargoSha256 value'
echo "2. Build the derivation and wait it to fail with a hash mismatch"
echo "2. Build the derivation and wait for it to fail with a hash mismatch"
echo "3. Copy the 'got: sha256:' value back into the cargoSha256 field"
echo