windsend-rs: 1.5.5 -> 1.7.1 (#500588)

This commit is contained in:
Michael Daniels
2026-03-23 01:33:56 +00:00
committed by GitHub
+18 -3
View File
@@ -17,16 +17,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "windsend-rs";
version = "1.5.5";
version = "1.7.1";
src = fetchFromGitHub {
owner = "doraemonkeys";
repo = "WindSend";
tag = "v${finalAttrs.version}";
hash = "sha256-u82VmMuc7+tbc1Qgs5lbyFlNTauJm6E9KFXPHBdTryA=";
hash = "sha256-r3D6Uj8buMceqXov6An+OxgOTcNFrX5PwxhphtbeUv0=";
};
cargoHash = "sha256-dn6O2cCOPInktrKrcZBwN2FwmKUjm3crCL6yhIPQj/Y=";
cargoHash = "sha256-uRL9cnvEZzaO/Qewl8Nm1LZlidCLLDC/RDY2j5byMnE=";
sourceRoot = "${finalAttrs.src.name}/windSend-rs";
@@ -44,6 +44,21 @@ rustPlatform.buildRustPackage (finalAttrs: {
xdotool
];
checkFlags = [
# need x11 server
"--skip=route::sync_session::tests::idle_transport_sends_single_heartbeat_probe"
"--skip=route::sync_session::tests::out_of_order_event_is_rejected_with_protocol_close"
"--skip=route::sync_session::tests::peer_close_releases_session_instead_of_detaching"
"--skip=route::sync_session::tests::resume_after_disconnect_replays_detached_queue"
"--skip=route::sync_session::tests::slow_partial_inbound_frame_does_not_trip_peer_silence_timeout"
"--skip=sync::clipboard_event_hub::tests::remote_applies_update_baseline_without_fan_out"
"--skip=sync::clipboard_event_hub::tests::semantic_duplicates_are_not_fanned_out_twice"
"--skip=sync::session_registry::tests::detached_session_keeps_fan_out_queue_until_ttl_expires"
"--skip=sync::session_registry::tests::resume_attach_rejects_expired_sessions"
"--skip=sync::session_registry::tests::resume_attach_rotates_token_bumps_generation_and_applies_resume_ack"
"--skip=sync::session_registry::tests::start_attach_rejects_duplicate_session_ids"
];
desktopItems = [
(makeDesktopItem {
name = "windsend-rs";