Loading pkgs/servers/search/quickwit/Cargo.lock +1353 −848 File changed.Preview size limit exceeded, changes collapsed. Show changes pkgs/servers/search/quickwit/default.nix +6 −4 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ let pname = "quickwit"; version = "0.6.2"; version = "0.6.3"; in rustPlatform.buildRustPackage rec { inherit pname version; Loading @@ -18,16 +18,16 @@ rustPlatform.buildRustPackage rec { owner = "quickwit-oss"; repo = pname; rev = "v${version}"; hash = "sha256-ClCKBUdFl5AhDmJdCfdOM6jzQpwducyDuqzypdqM6Zg="; hash = "sha256-u8t6QIoislQUQO/xMKfNx/vVTgeEoh8ZIhJ+RvD3YCw="; }; postPatch = '' substituteInPlace ./quickwit-ingest/build.rs \ --replace '&[]' '&["."]' substituteInPlace ./quickwit-control-plane/build.rs \ --replace '&[]' '&["."]' substituteInPlace ./quickwit-codegen/example/build.rs \ --replace '&[]' '&["."]' substituteInPlace ./quickwit-proto/build.rs \ --replace '&[]' '&["."]' ''; sourceRoot = "${src.name}/quickwit"; Loading @@ -42,6 +42,7 @@ rustPlatform.buildRustPackage rec { "path-0.1.0" = "sha256-f+Iix+YuKy45zoQXH7ctzANaL96s7HNUBOhcM1ZV0Ko="; "pulsar-5.0.2" = "sha256-j7wpsAro6x4fk3pvSL4fxLkddJFq8duZ7jDj0Edf3YQ="; "sasl2-sys-0.1.20+2.1.28" = "sha256-u4BsfmTDFxuY3i1amLCsr7MDv356YPThMHclura0Sxs="; "whichlang-0.1.0" = "sha256-7AvLGjtWHjG0TnZdg9p5D+O0H19uo2sqPxJMn6mOU0k="; }; }; Loading Loading @@ -71,6 +72,7 @@ rustPlatform.buildRustPackage rec { "--skip=actors::indexer::tests::test_indexer_partitioning" "--skip=actors::indexing_pipeline::tests::test_merge_pipeline_does_not_stop_on_indexing_pipeline_failure" "--skip=actors::indexer::tests::test_indexer_triggers_commit_on_target_num_docs" "--skip=actors::packager::tests::test_packager_simple" # fail on darwin for some reason "--skip=io::tests::test_controlled_writer_limited_async" "--skip=io::tests::test_controlled_writer_limited_sync" Loading Loading
pkgs/servers/search/quickwit/Cargo.lock +1353 −848 File changed.Preview size limit exceeded, changes collapsed. Show changes
pkgs/servers/search/quickwit/default.nix +6 −4 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ let pname = "quickwit"; version = "0.6.2"; version = "0.6.3"; in rustPlatform.buildRustPackage rec { inherit pname version; Loading @@ -18,16 +18,16 @@ rustPlatform.buildRustPackage rec { owner = "quickwit-oss"; repo = pname; rev = "v${version}"; hash = "sha256-ClCKBUdFl5AhDmJdCfdOM6jzQpwducyDuqzypdqM6Zg="; hash = "sha256-u8t6QIoislQUQO/xMKfNx/vVTgeEoh8ZIhJ+RvD3YCw="; }; postPatch = '' substituteInPlace ./quickwit-ingest/build.rs \ --replace '&[]' '&["."]' substituteInPlace ./quickwit-control-plane/build.rs \ --replace '&[]' '&["."]' substituteInPlace ./quickwit-codegen/example/build.rs \ --replace '&[]' '&["."]' substituteInPlace ./quickwit-proto/build.rs \ --replace '&[]' '&["."]' ''; sourceRoot = "${src.name}/quickwit"; Loading @@ -42,6 +42,7 @@ rustPlatform.buildRustPackage rec { "path-0.1.0" = "sha256-f+Iix+YuKy45zoQXH7ctzANaL96s7HNUBOhcM1ZV0Ko="; "pulsar-5.0.2" = "sha256-j7wpsAro6x4fk3pvSL4fxLkddJFq8duZ7jDj0Edf3YQ="; "sasl2-sys-0.1.20+2.1.28" = "sha256-u4BsfmTDFxuY3i1amLCsr7MDv356YPThMHclura0Sxs="; "whichlang-0.1.0" = "sha256-7AvLGjtWHjG0TnZdg9p5D+O0H19uo2sqPxJMn6mOU0k="; }; }; Loading Loading @@ -71,6 +72,7 @@ rustPlatform.buildRustPackage rec { "--skip=actors::indexer::tests::test_indexer_partitioning" "--skip=actors::indexing_pipeline::tests::test_merge_pipeline_does_not_stop_on_indexing_pipeline_failure" "--skip=actors::indexer::tests::test_indexer_triggers_commit_on_target_num_docs" "--skip=actors::packager::tests::test_packager_simple" # fail on darwin for some reason "--skip=io::tests::test_controlled_writer_limited_async" "--skip=io::tests::test_controlled_writer_limited_sync" Loading