Merge pull request #82105 from bhipple/u/rust-cargo-rav1e

rav1e: upgrade cargo fetcher and cargoSha256
This commit is contained in:
Mario Rodas 2020-03-09 07:59:43 -05:00 committed by GitHub
commit 6c9718afbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,10 +25,7 @@ rustPlatform.buildRustPackage rec {
'';
};
# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;
cargoSha256 = "0jxc8qsp5fasnh5cbg6yl9d878n7dppay9gzjndlb65kj9j43h84";
cargoSha256 = "0n6gkn4iyqk4bijrvcpq884hiihl4mpw1p417w1m0dw7j4y4karn";
nativeBuildInputs = [ nasm ];