rumdl: 0.0.203 -> 0.0.213 (#477357)

This commit is contained in:
dish
2026-01-11 04:12:39 +00:00
committed by GitHub
+8 -3
View File
@@ -3,22 +3,23 @@
fetchFromGitHub,
rustPlatform,
stdenvNoCC,
gitMinimal,
versionCheckHook,
nix-update-script,
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "rumdl";
version = "0.0.203";
version = "0.0.213";
src = fetchFromGitHub {
owner = "rvben";
repo = "rumdl";
tag = "v${finalAttrs.version}";
hash = "sha256-co+DlgUUxHR77wXCapzCSScImL3NPzFXM5d1YFPZxgk=";
hash = "sha256-YUo6WU3r9phIrM8g3qfGAVaj1oSAOqgTfCoghsFU/Ng=";
};
cargoHash = "sha256-gZw1DsKsIh4xeovJYj3lgQ+2cqqy8GfkEhtDfgq7LWs=";
cargoHash = "sha256-JSHS1/H5jiB4NvQV5qMrui118JGxVLqOfjRLUB/cPTQ=";
cargoBuildFlags = [
"--bin=rumdl"
@@ -28,6 +29,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
# on both Hydra and GitHub-hosted runners, even with __darwinAllowLocalNetworking enabled.
doCheck = !stdenvNoCC.hostPlatform.isDarwin;
nativeCheckInputs = [
gitMinimal
];
useNextest = true;
cargoTestFlags = [