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:
parent
f5fade94bd
commit
362db40e0b
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ rustPlatform.buildRustPackage rec {
|
|||
sourceRoot = "source/b3sum";
|
||||
|
||||
cargoSha256 = "1rqhz2r60603mylazn37mkm783qb7qhjcg8cqss0iy1g752f3f2i";
|
||||
verifyCargoDeps = false;
|
||||
|
||||
cargoPatches = [ ./add-cargo-lock.patch ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue