Merge pull request #273751 from trofi/svt-av1-update

svt-av1: 1.7.0 -> 1.8.0
This commit is contained in:
Mario Rodas 2023-12-17 13:53:43 -05:00 committed by GitHub
commit 543b819720
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [