Unverified Commit 41de64d7 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #326388 from trofi/libavif-update

libavif: 1.0.4 -> 1.1.0
parents a88bad59 1e7d7e8d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@ in

stdenv.mkDerivation rec {
  pname = "libavif";
  version = "1.0.4";
  version = "1.1.0";

  src = fetchFromGitHub {
    owner = "AOMediaCodec";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-9YP4Zq6dehIJanNkpAJK1aYwSOAueqonF8k2t/3B4kw=";
    hash = "sha256-yNJiMTWgOKR1c2pxTkLY/uPWGIY4xgH+Ee0r15oroDU=";
  };

  # reco: encode libaom slowest but best, decode dav1d fastest