Skip to content

Commit 9abc87d

Browse files
committed
mdsh: use the verifyCargoDeps option
1 parent 4777a41 commit 9abc87d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pkgs/development/tools/documentation/mdsh/default.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ rustPlatform.buildRustPackage rec {
1111
sha256 = "0m3f5mrdmnmkfsy7mc6x3jf4ainmq0z42mv935ikcdbjwwjbd5gq";
1212
};
1313

14-
cargoSha256 = "11kzl0ns84xhdacn0k7nilgzgpwazmaaqdjf2kcarxf2h01b0rjv";
14+
cargoSha256 = "0adc525hbs7j7zasvcdxy7k6pf145hs711hjbzgwf72k514ypyrl";
15+
verifyCargoDeps = true;
1516

1617
meta = with stdenv.lib; {
1718
description = "Markdown shell pre-processor";

0 commit comments

Comments
 (0)