libavif: 0.9.1 -> 0.9.2

This commit is contained in:
R. RyanTM 2021-06-25 03:07:52 +00:00
parent 65db0350fe
commit 715bc689e2

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