See #119640 (comment). This seems to have been caused by a Cargo change (#119640 (comment)) that caused some file permissions to change and as a result the hash of the tarball differs. One option to avoid such issues in the future would be to normalize the tarball (e.g. like fetchzip which extracts a tarball and produces therefore more stable hashes than fetchurl).
See #119640 (comment). This seems to have been caused by a Cargo change (#119640 (comment)) that caused some file permissions to change and as a result the hash of the tarball differs. One option to avoid such issues in the future would be to normalize the tarball (e.g. like
fetchzipwhich extracts a tarball and produces therefore more stable hashes thanfetchurl).