Unverified Commit 8dd74cf7 authored by dish's avatar dish Committed by GitHub
Browse files

rumdl: 0.0.203 -> 0.0.213 (#477357)

parents d2857cb4 629dde1c
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -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 = [