Unverified Commit 34532a86 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

oxker: 0.13.0 -> 0.13.1 (#504248)

parents 5a6a90d3 ee740636
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -10,15 +10,16 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "oxker";
  version = "0.13.0";
  version = "0.13.1";

  src = fetchCrate {
    inherit (finalAttrs) pname version;
    hash = "sha256-4rIqZOWYqd7zUrDmEIZTH7iDRzed8on6UeP871M/KAI=";
    hash = "sha256-NY++HK2mDcf3bWMEqJBeJr6zKVtD4qlzY+z+l/ZgPR4=";
  };

  cargoHash = "sha256-/Uw8IDVHmWpClAwWol2t10biDD3AGkZQDz5fmRSLlRI=";
  cargoHash = "sha256-AC1E7NhES2SIp64JqSBEIWltulQztQz6NnQKAT4h+eA=";

  # See https://github.com/mrjackwills/oxker/issues/73
  checkFlags = lib.optionals stdenv.hostPlatform.isDarwin [
    "--skip=ui::draw_blocks::help::tests::test_draw_blocks_help_custom_keymap_one_definition"
    "--skip=ui::draw_blocks::help::tests::test_draw_blocks_help_custom_keymap_two_definitions"