evcxr: 0.14.2 -> 0.15.0 (#241253)

ChangeLog: https://github.com/evcxr/evcxr/releases/tag/v0.15.0
This commit is contained in:
Maximilian Bosch 2023-07-03 22:19:04 +02:00 committed by GitHub
parent 2920b6fc16
commit 5904ce8eb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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