evcxr: 0.4.5 -> 0.4.6

https://github.com/google/evcxr/releases/tag/v0.4.6
This commit is contained in:
Maximilian Bosch 2020-01-01 21:06:27 +01:00
parent 99a6326791
commit 5065378316
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -2,13 +2,13 @@
rustPlatform.buildRustPackage rec {
pname = "evcxr";
version = "0.4.5";
version = "0.4.6";
src = fetchFromGitHub {
owner = "google";
repo = "evcxr";
rev = "v${version}";
sha256 = "13fs9fgvdf8bh6vc8xs8qhil0a1qhm4gvv0ici37xh8a94ngsn7h";
sha256 = "1yzvqf93zz3ncck4dyq2kayp408lm3h6fx0fb212j7h70mlzx984";
};
cargoSha256 = "0g17g12isah4nkqp9i299qr1sz19k4czcc43rm1wbs0y9szaqvwc";