b3sum: remove non-existent attribute

The attribute `verifyCargoDeps` is no longer defined in the rustPlatform helper;
it is now the default and always on as part of the improvements in #79975
This commit is contained in:
Benjamin Hipple 2020-03-13 23:12:51 -04:00 committed by Alyssa Ross
parent f5fade94bd
commit 362db40e0b

View file

@ -14,7 +14,6 @@ rustPlatform.buildRustPackage rec {
sourceRoot = "source/b3sum";
cargoSha256 = "1rqhz2r60603mylazn37mkm783qb7qhjcg8cqss0iy1g752f3f2i";
verifyCargoDeps = false;
cargoPatches = [ ./add-cargo-lock.patch ];