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

libavif: 0.11.1 -> 1.0.1
This commit is contained in:
Mario Rodas
2023-09-08 03:41:04 -05:00
committed by GitHub
@@ -19,13 +19,13 @@ in
stdenv.mkDerivation rec {
pname = "libavif";
version = "0.11.1";
version = "1.0.1";
src = fetchFromGitHub {
owner = "AOMediaCodec";
repo = pname;
rev = "v${version}";
sha256 = "sha256-mUi0DU99XV3FzUZ8/9uJZU+W3fc6Bk6+y6Z78IRZ9Qs=";
sha256 = "sha256-3zNhKl8REWsRlblXIFD7zn7qvrc/pa4wHZI0oEc3pKE=";
};
# reco: encode libaom slowest but best, decode dav1d fastest