Skip to content

Commit

Permalink
evcxr: 0.5.1 -> 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Jul 26, 2020
1 parent c80bf92 commit 5ef09f9
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.2";

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

cargoSha256 = "0yr8vwlpfsg47sg0032yrsdcgxyky0hy4963zkh0pmjykbyqkb3h";
cargoSha256 = "1cdj5qh3z4bnz2267s83chw6n1kg9zl1hrawkis5rr9vq7llrb24";

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

0 comments on commit 5ef09f9

Please sign in to comment.