From 5904ce8eb1f5ae60eba33eae6f5787b19e8d76dd Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Mon, 3 Jul 2023 22:19:04 +0200 Subject: [PATCH] evcxr: 0.14.2 -> 0.15.0 (#241253) ChangeLog: https://github.com/evcxr/evcxr/releases/tag/v0.15.0 --- pkgs/development/interpreters/evcxr/default.nix | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) 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