3
0
Fork 0
forked from mirrors/nixpkgs

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

This commit is contained in:
Maciej Krüger 2021-05-23 08:02:20 +02:00 committed by GitHub
commit d6af82e693
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.0";
version = "0.9.1";
src = fetchFromGitHub {
owner = "AOMediaCodec";
repo = pname;
rev = "v${version}";
sha256 = "sha256-7p0w94Od33vjTI5wGLxmDC5P2hebAl7OwJPl1lANhKs=";
sha256 = "sha256-XWPB5JI4V/anvtHFGY4ejeSlBbxzK6KRG8e5vBhxL8A=";
};
# reco: encode libaom slowest but best, decode dav1d fastest