Unverified Commit 1b27a01b authored by Colin's avatar Colin Committed by GitHub
Browse files

oxker: 0.12.0 -> 0.13.0 (#495999)

parents fb3eac5c 668a32df
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

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

  src = fetchCrate {
    inherit (finalAttrs) pname version;
    hash = "sha256-cTusvvxr2ec2Qy6iWwGRmPcvGpRMOKxzrAx/qRvj+BE=";
    hash = "sha256-4rIqZOWYqd7zUrDmEIZTH7iDRzed8on6UeP871M/KAI=";
  };

  cargoHash = "sha256-X5iNAwp0DcXoT82ZLq37geifztvJ/zZgOgM3SycAazA=";
  cargoHash = "sha256-/Uw8IDVHmWpClAwWol2t10biDD3AGkZQDz5fmRSLlRI=";

  checkFlags = lib.optionals stdenv.hostPlatform.isDarwin [
    "--skip=ui::draw_blocks::help::tests::test_draw_blocks_help_custom_keymap_one_definition"