Skip to content

Commit

Permalink
evcxr: 0.5.1 -> 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Aug 11, 2020
1 parent 246b11b commit 2090411
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/interpreters/evcxr/default.nix
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "evcxr";
version = "0.5.1";
version = "0.5.3";

src = fetchFromGitHub {
owner = "google";
repo = "evcxr";
rev = "582ce09f216d4812f7d152f6eedf0b034fc4dbbd";
sha256 = "12hlqgh74z8vmd7fkxh4vk3dqp8hlhzkxnbyywk6nphi562n6w5w";
rev = "v${version}";
sha256 = "144xqi19d2nj9qgmhpx6d1kfhx9vfkmk7rnq6nzybpx4mbbl3ki2";
};

cargoSha256 = "0xd8slrd19sy6z17x4x7mxqiwgyg89p7xnknp08bxkm8qxdn3c33";
cargoSha256 = "0p8qqjmynzhwp9k0rh2clng68i2sqaln6mkrd31cs5724igm4y6s";

nativeBuildInputs = [ pkgconfig makeWrapper cmake ];
buildInputs = stdenv.lib.optional stdenv.isDarwin Security;
Expand Down

0 comments on commit 2090411

Please sign in to comment.