eva: upgrade cargo fetcher and cargoSha256 (#82093)

This commit is contained in:
Benjamin Hipple 2020-03-08 22:16:06 -04:00 committed by GitHub
parent 0696641d9f
commit ab0c847d8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,10 +4,7 @@ rustPlatform.buildRustPackage rec {
pname = "eva";
version = "0.2.7";
# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;
cargoSha256 = "0n3xvlmp4l925nbz8lx6dr9yrrfh6z7b9z8wd6sli3a1dq26d6bg";
cargoSha256 = "1lycjw5i169xx73qw8gknbakrxikdbr65fmqx7xq2mafc0hb1zyn";
src = fetchFromGitHub {
owner = "NerdyPepper";