diff options
| author | Maximilian Bosch <maximilian@mbosch.me> | 2021-06-05 20:59:07 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-06-05 21:09:59 +0000 |
| commit | 4ce72a0473be4596da9459fce1b93a31292c1f18 (patch) | |
| tree | f6c371c8d826aff0b1abf2936488ab92eb3cd7f1 | |
| parent | Merge pull request #125621 from etu/backport-php-upgrades (diff) | |
| download | nixpkgs-4ce72a0473be4596da9459fce1b93a31292c1f18.tar.gz | |
evcxr: 0.9.0 -> 0.10.0
ChangeLog: https://github.com/google/evcxr/blob/v0.10.0/RELEASE_NOTES.md#version-0100
(cherry picked from commit 2d2c58970ad4b04011c23b02be42380e111e4d2e)
| -rw-r--r-- | pkgs/development/interpreters/evcxr/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/interpreters/evcxr/default.nix b/pkgs/development/interpreters/evcxr/default.nix index a6e995c9bcc4..7dabff3d2e5e 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.9.0"; + version = "0.10.0"; src = fetchFromGitHub { owner = "google"; repo = "evcxr"; rev = "v${version}"; - sha256 = "sha256-89+RZrG/QUo3JY9N5eTiMigUnlUP+wZWRW8PSnCcsrY="; + sha256 = "sha256-EPxWLPw+V5eIm+eL8m8Xw14adgshthJSDRyWohsJH88="; }; - cargoSha256 = "sha256-gZLSTWS5cLfJvk4/tv8FG2I2vH3PKljWbJDOflNDmTQ="; + cargoSha256 = "sha256-5jGrv0YRVMo2X9p/WPgjYV3z193hl2+NiFTZr3v0Iik="; RUST_SRC_PATH = "${rustPlatform.rustLibSrc}"; |
