diff --git a/pkgs/development/interpreters/evcxr/default.nix b/pkgs/development/interpreters/evcxr/default.nix index 36c2dfe6a566..5219992e26c4 100644 --- a/pkgs/development/interpreters/evcxr/default.nix +++ b/pkgs/development/interpreters/evcxr/default.nix @@ -3,16 +3,16 @@ rustPlatform.buildRustPackage rec { pname = "evcxr"; - version = "0.14.2"; + version = "0.15.0"; src = fetchFromGitHub { owner = "google"; repo = "evcxr"; rev = "v${version}"; - sha256 = "sha256-gREAtCh4jerqxhwNslXIXRMLkoj0RlhbIwQXbb8LVws="; + sha256 = "sha256-s8zM1vxEeJYcRek1rqUmrBfvB2zCAF3iLG8UVA7WABI="; }; - cargoSha256 = "sha256-xuxWOVSUJVQvSDA5xhFBjdO/ODLA4fzEnzG9p0DRF2Q="; + cargoSha256 = "sha256-wMo5Fq6aMiE6kg8mZoz1T3KPwKSdJcej83MB+/GRM5w="; RUST_SRC_PATH = "${rustPlatform.rustLibSrc}"; @@ -25,10 +25,6 @@ rustPlatform.buildRustPackage rec { # * https://github.com/evcxr/evcxr/issues/294 # * https://github.com/NixOS/nixpkgs/issues/229524 "--skip=check_for_errors" - - # test broken with rust 1.70 - # * https://github.com/evcxr/evcxr/issues/295 - "--skip=partially_inferred_variable_type" ]; postInstall = let