rav1e: 0.3.0 -> 0.3.1
Changelog: https://github.com/xiph/rav1e/releases/tag/v0.3.1
This commit is contained in:
parent
f098b0dd2c
commit
c852f024cc
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "rav1e";
|
pname = "rav1e";
|
||||||
version = "0.3.0";
|
version = "0.3.1";
|
||||||
|
|
||||||
src = stdenv.mkDerivation rec {
|
src = stdenv.mkDerivation rec {
|
||||||
name = "${pname}-${version}-source";
|
name = "${pname}-${version}-source";
|
||||||
|
@ -11,11 +11,11 @@ rustPlatform.buildRustPackage rec {
|
||||||
owner = "xiph";
|
owner = "xiph";
|
||||||
repo = "rav1e";
|
repo = "rav1e";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1z8wdwhmczd7qq61gpngnyhl9614csccm0vnavvzjmaqsljlm0qi";
|
sha256 = "001v29baa77pkab13d7imi71llixyvffqax8kgjwhm1dhsqlm7bl";
|
||||||
};
|
};
|
||||||
cargoLock = fetchurl {
|
cargoLock = fetchurl {
|
||||||
url = "https://github.com/xiph/rav1e/releases/download/v${version}/Cargo.lock";
|
url = "https://github.com/xiph/rav1e/releases/download/v${version}/Cargo.lock";
|
||||||
sha256 = "0qhgiryb71qgil5nawy7n3mj5g9aiikl3hq3nlikg94rm9dl0dhv";
|
sha256 = "06l8jj75ma5kvz1m14x58an2zvx12i6wcq70gzq5k47nvj5l0zax";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
# Delete this on next update; see #79975 for details
|
# Delete this on next update; see #79975 for details
|
||||||
legacyCargoFetcher = true;
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "185jnmyirfhrv8bxvmwizf3lvq49sjj1696g3gflph31d8bfpb0c";
|
cargoSha256 = "0jxc8qsp5fasnh5cbg6yl9d878n7dppay9gzjndlb65kj9j43h84";
|
||||||
|
|
||||||
nativeBuildInputs = [ nasm ];
|
nativeBuildInputs = [ nasm ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue