Merge pull request #167827 from r-ryantm/auto-update/libavif

libavif: 0.9.3 -> 0.10.0
This commit is contained in:
Thiago Kenji Okada 2022-04-10 12:38:05 +01:00 committed by GitHub
commit 6b151f1092
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "libavif";
version = "0.9.3";
version = "0.10.0";
src = fetchFromGitHub {
owner = "AOMediaCodec";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ME/mkaHhFeHajTbc7zhg9vtf/8XgkgSRu9I/mlQXnds=";
sha256 = "sha256-EGu2avkqQXHFX4gKWsVfVdQN99f4J7Hm86C0sAhuP1Y=";
};
# reco: encode libaom slowest but best, decode dav1d fastest