| ... | @@ -72,7 +72,7 @@ zigmod sum | ... | @@ -72,7 +72,7 @@ zigmod sum |
| 72 | ``` | 72 | ``` |
| 73 | | 73 | |
| 74 | - This will generate a `zig.sum` file with the blake3 hashes of your modules. | 74 | - This will generate a `zig.sum` file with the blake3 hashes of your modules. |
| 75 | - Place that hash in the `hash: blake3:<hash>` property of a dependency to be able to check it with `verify`. | 75 | <!-- - Place that hash in the `hash: blake-<hash>` property of a dependency to be able to check it with `verify`. --> |
| 76 | | 76 | |
| 77 | ### Adding `deps.zig` to `build.zig` | 77 | ### Adding `deps.zig` to `build.zig` |
| 78 | ```diff | 78 | ```diff |