Unverified Commit 24486b71 authored by Maximilian Bosch's avatar Maximilian Bosch Committed by GitHub
Browse files

Merge pull request #208724 from Ma27/bump-evcxr

evcxr: 0.14.1 -> 0.14.2
parents 81985cf4 f0d67d87
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -3,16 +3,16 @@

rustPlatform.buildRustPackage rec {
  pname = "evcxr";
  version = "0.14.1";
  version = "0.14.2";

  src = fetchFromGitHub {
    owner = "google";
    repo = "evcxr";
    rev = "v${version}";
    sha256 = "sha256-sdvBAmINl/3Hv9gnPVruI5lCuSu1VQ9swY0GNJrsEVk=";
    sha256 = "sha256-gREAtCh4jerqxhwNslXIXRMLkoj0RlhbIwQXbb8LVws=";
  };

  cargoSha256 = "sha256-wKoseZTAZOeT0LEHTlnO5cMpYx6sinnQkEVXCYXupAY=";
  cargoSha256 = "sha256-xuxWOVSUJVQvSDA5xhFBjdO/ODLA4fzEnzG9p0DRF2Q=";

  RUST_SRC_PATH = "${rustPlatform.rustLibSrc}";