mdsh: use the verifyCargoDeps option

This commit is contained in:
zimbatm
2019-08-25 15:19:11 +02:00
parent f8d67ec135
commit ee00d08ed0

View File

@@ -11,7 +11,8 @@ rustPlatform.buildRustPackage rec {
sha256 = "0m3f5mrdmnmkfsy7mc6x3jf4ainmq0z42mv935ikcdbjwwjbd5gq";
};
cargoSha256 = "11kzl0ns84xhdacn0k7nilgzgpwazmaaqdjf2kcarxf2h01b0rjv";
cargoSha256 = "0adc525hbs7j7zasvcdxy7k6pf145hs711hjbzgwf72k514ypyrl";
verifyCargoDeps = true;
meta = with stdenv.lib; {
description = "Markdown shell pre-processor";