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

This commit is contained in:
Maciej Krüger 2023-01-02 21:52:54 +01:00 committed by GitHub
commit d031fa3c5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "libavif";
version = "0.10.0";
version = "0.11.1";
src = fetchFromGitHub {
owner = "AOMediaCodec";
repo = pname;
rev = "v${version}";
sha256 = "sha256-EGu2avkqQXHFX4gKWsVfVdQN99f4J7Hm86C0sAhuP1Y=";
sha256 = "sha256-mUi0DU99XV3FzUZ8/9uJZU+W3fc6Bk6+y6Z78IRZ9Qs=";
};
# reco: encode libaom slowest but best, decode dav1d fastest