Skip to content

Commit

Permalink
evcxr: 0.13.0 -> 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Sep 22, 2022
1 parent b2ec748 commit 825646d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/interpreters/evcxr/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@

rustPlatform.buildRustPackage rec {
pname = "evcxr";
version = "0.13.0";
version = "0.14.0";

src = fetchFromGitHub {
owner = "google";
repo = "evcxr";
rev = "v${version}";
sha256 = "sha256-n9wDO4HIWLINbqGVxaZyAEFVDLLnSpQLKlFf20jLq6o=";
sha256 = "sha256-gB56fGjL/YtzQI+vr83URPhQ6qXrCn5IRPnIYBt8iHk=";
};

cargoSha256 = "sha256-zdIJb9fXRByyAJ32RL9lQh6oS1K78IlZfWdJyj+MMZM=";
cargoSha256 = "sha256-DAbg5G1oGnfBR1kIUt7ebYEx06b6sbexqLyFJ7zKhlk=";

RUST_SRC_PATH = "${rustPlatform.rustLibSrc}";

Expand Down

0 comments on commit 825646d

Please sign in to comment.