mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
evcxr: 0.14.2 -> 0.15.0 (#241253)
ChangeLog: https://github.com/evcxr/evcxr/releases/tag/v0.15.0
This commit is contained in:
parent
2920b6fc16
commit
5904ce8eb1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user