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

This commit is contained in:
Maciej Krüger 2021-06-26 01:04:50 +02:00 committed by GitHub
commit eb91946f88
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.1";
version = "0.9.2";
src = fetchFromGitHub {
owner = "AOMediaCodec";
repo = pname;
rev = "v${version}";
sha256 = "sha256-XWPB5JI4V/anvtHFGY4ejeSlBbxzK6KRG8e5vBhxL8A=";
sha256 = "sha256-0/5JLynYzr7ZewBbrNoxr26UkVzpSP9RqlmH2ql8tfs=";
};
# reco: encode libaom slowest but best, decode dav1d fastest