mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
markdown-code-runner: 0-unstable-2025-04-13 -> 0-unstable-2025-04-18
This commit is contained in:
parent
ba168b7592
commit
302d6ee271
1 changed files with 5 additions and 13 deletions
|
@ -6,26 +6,18 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage {
|
rustPlatform.buildRustPackage {
|
||||||
pname = "markdown-code-runner";
|
pname = "markdown-code-runner";
|
||||||
version = "0-unstable-2025-04-13";
|
version = "0-unstable-2025-04-18";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "drupol";
|
owner = "drupol";
|
||||||
repo = "markdown-code-runner";
|
repo = "markdown-code-runner";
|
||||||
rev = "b39cdf8990e1a25adc958f58e87a12544724ca9d";
|
rev = "9907df63574d714abcd78f9dfdf4bdda73ff30d6";
|
||||||
hash = "sha256-JvsxS+qRrYzWzPlrCAccaPYPROGULCh1Gs5RAlL7dBo=";
|
hash = "sha256-Bn+IsZzV07bm5TNRX3+OOuxi3kj7d73gYPzcdIxWMi8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-JVbBigWKramdtQR9VPRY777vODOw7Fkz+kyNPSnSCJg=";
|
cargoHash = "sha256-HOJCnuzd6i4v1SpR4jstlpNkvSgH/4kvvE6Lsr4cgbI=";
|
||||||
dontUseCargoParallelTests = true;
|
|
||||||
|
|
||||||
checkFlags = [
|
dontUseCargoParallelTests = true;
|
||||||
# Flaky tests
|
|
||||||
"--skip=test_check_mode_detects_differences"
|
|
||||||
"--skip=test_check_mode_no_changes_returns_zero"
|
|
||||||
"--skip=test_dry_run_allows_command_failure"
|
|
||||||
"--skip=test_dry_run_does_not_fail_on_error"
|
|
||||||
"--skip=test_dry_run_outputs_warning_but_does_not_write"
|
|
||||||
];
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A configurable Markdown code runner that executes and optionally replaces code blocks using external commands";
|
description = "A configurable Markdown code runner that executes and optionally replaces code blocks using external commands";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue