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

libavif: 0.8.3 -> 0.8.4
This commit is contained in:
Mario Rodas 2020-11-28 10:17:13 -05:00 committed by GitHub
commit d1e1069059
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "libavif"; pname = "libavif";
version = "0.8.3"; version = "0.8.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "AOMediaCodec"; owner = "AOMediaCodec";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "1d6ql4vq338dvz61d5im06dh8m9rqfk37f9i356j3njpq604i1f6"; sha256 = "1qvjd3xi9r89pcblxdgz4c6hqp67ss53b1x9zkg7lrik7g3lwq8d";
}; };
# reco: encode libaom slowest but best, decode dav1d fastest # reco: encode libaom slowest but best, decode dav1d fastest