libavif: 1.0.2 -> 1.0.3

Changes: https://github.com/AOMediaCodec/libavif/releases/tag/v1.0.3
This commit is contained in:
Sergei Trofimovich 2023-12-06 11:25:01 +00:00
parent 9497a77fed
commit 40141ac8e0

View File

@ -19,13 +19,13 @@ in
stdenv.mkDerivation rec {
pname = "libavif";
version = "1.0.2";
version = "1.0.3";
src = fetchFromGitHub {
owner = "AOMediaCodec";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Ku0UgVBba1tHBzHjx5yf9hRAtbmXf2n4gEdAaGr3qTY=";
hash = "sha256-0MLr9wdIs3c4pOAF4rlC8QNQXlrK3YGXILS9foVKfVM=";
};
# reco: encode libaom slowest but best, decode dav1d fastest