summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2023-07-03 22:19:04 +0200
committerGitHub <noreply@github.com>2023-07-03 22:19:04 +0200
commit5904ce8eb1f5ae60eba33eae6f5787b19e8d76dd (patch)
tree1c9777d55bd56952ddef9fe6e0e0f0ac480143ae
parent2920b6fc16a9ed5d51429e94238b28306ceda79e (diff)
evcxr: 0.14.2 -> 0.15.0 (#241253)
ChangeLog: https://github.com/evcxr/evcxr/releases/tag/v0.15.0
-rw-r--r--pkgs/development/interpreters/evcxr/default.nix10
1 files 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