Merge pull request #273172 from benmanns/chore/update_dioxus-cli_0.4.3

dioxus-cli: 0.4.1 -> 0.4.3

authored by Pierre Bourdon and committed by GitHub 6bdd104c 04c5ceb3

+13 -3
+13 -3
pkgs/development/tools/rust/dioxus-cli/default.nix
··· 12 12 13 13 rustPlatform.buildRustPackage rec { 14 14 pname = "dioxus-cli"; 15 - version = "0.4.1"; 15 + version = "0.4.3"; 16 16 17 17 src = fetchCrate { 18 18 inherit pname version; 19 - hash = "sha256-h2l6SHty06nLNbdlnSzH7I4XY53yyxNbx663cHYmPG0="; 19 + hash = "sha256-TWcuEobYH2xpuwB1S63HoP/WjH3zHXTnlXXvOcYIZG8="; 20 20 }; 21 21 22 - cargoHash = "sha256-3pFkEC1GAJmTqXAymX4WRIq7EEtY17u1TCg+OhqL3bA="; 22 + cargoHash = "sha256-ozbGK46uq3qXZifyTY7DDX1+vQuDJuSOJZw35vwcuxY="; 23 23 24 24 nativeBuildInputs = [ pkg-config cacert ]; 25 25 buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ ··· 32 32 # requires network access 33 33 "--skip=server::web::proxy::test::add_proxy" 34 34 "--skip=server::web::proxy::test::add_proxy_trailing_slash" 35 + ]; 36 + 37 + # Omitted: --doc 38 + # Can be removed after 0.4.3 or when https://github.com/DioxusLabs/dioxus/pull/1706 is resolved 39 + # Matches upstream package test CI https://github.com/DioxusLabs/dioxus/blob/544ca5559654c8490ce444c3cbd85c1bfb8479da/Makefile.toml#L94-L108 40 + cargoTestFlags = [ 41 + "--lib" 42 + "--bins" 43 + "--tests" 44 + "--examples" 35 45 ]; 36 46 37 47 passthru.tests.version = testers.testVersion {