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

libavif: 0.8.4 -> 0.9.0
This commit is contained in:
Mario Rodas
2021-02-24 07:56:05 -05:00
committed by GitHub

View File

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