svt-av1: 1.7.0 -> 1.8.0

Changes: https://gitlab.com/AOMediaCodec/SVT-AV1/-/blob/v1.8.0/CHANGELOG.md
This commit is contained in:
Sergei Trofimovich 2023-12-12 11:30:28 +00:00
parent 6ac7b9234a
commit 50ce658660

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "svt-av1";
version = "1.7.0";
version = "1.8.0";
src = fetchFromGitLab {
owner = "AOMediaCodec";
repo = "SVT-AV1";
rev = "v${finalAttrs.version}";
sha256 = "sha256-WKc0DNwpA9smMS3e/GDkk77FUkohwaPMgcXgji14CIw=";
hash = "sha256-tZ5HwTKM7uJ4QGUYc4tDD0xbv/9aU/rQjCHWu9QAb9s=";
};
nativeBuildInputs = [