diff --git a/pkgs/by-name/ru/rumdl/package.nix b/pkgs/by-name/ru/rumdl/package.nix index 8c4afaaac66e1..bed834ae7a213 100644 --- a/pkgs/by-name/ru/rumdl/package.nix +++ b/pkgs/by-name/ru/rumdl/package.nix @@ -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 = [