rav1e: 0.5.0 -> 0.5.1

This commit is contained in:
R. Ryantm 2022-01-20 14:24:48 +00:00
parent dd2dcbbfe8
commit db71beb1b2

View file

@ -4,14 +4,14 @@ let
rustTargetPlatformSpec = rust.toRustTargetSpec stdenv.hostPlatform; rustTargetPlatformSpec = rust.toRustTargetSpec stdenv.hostPlatform;
in rustPlatform.buildRustPackage rec { in rustPlatform.buildRustPackage rec {
pname = "rav1e"; pname = "rav1e";
version = "0.5.0"; version = "0.5.1";
src = fetchCrate { src = fetchCrate {
inherit pname version; inherit pname version;
sha256 = "sha256-3g2wqQJk26KUfzmneKdTxfNSRI/ioMa5MR6AEeR7eKs="; sha256 = "sha256-v2i/dMWos+nB3cRDOkROSOPb1ONRosbmp9RDZI2DLeI=";
}; };
cargoSha256 = "sha256-sPUAWQj8UDHV7IvYnerASltSPPGVB7f1tThqFYBu6t4="; cargoSha256 = "sha256-V9QbztkFj3t5yBV+yySysDy3Q6IUY4gNzBL8h23aEg4=";
nativeBuildInputs = [ nasm cargo-c ]; nativeBuildInputs = [ nasm cargo-c ];
buildInputs = lib.optionals stdenv.isDarwin [ libiconv ]; buildInputs = lib.optionals stdenv.isDarwin [ libiconv ];