Merge pull request #254161 from r-ryantm/auto-update/svt-av1

svt-av1: 1.6.0 -> 1.7.0
This commit is contained in:
Weijia Wang 2023-09-22 11:18:52 +02:00 committed by GitHub
commit 97b4661401
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.6.0";
version = "1.7.0";
src = fetchFromGitLab {
owner = "AOMediaCodec";
repo = "SVT-AV1";
rev = "v${finalAttrs.version}";
sha256 = "sha256-rGe4h3d2Ql8tB/5vKFJGPkhmjMHnqgMUpnGzeh+PasA=";
sha256 = "sha256-WKc0DNwpA9smMS3e/GDkk77FUkohwaPMgcXgji14CIw=";
};
nativeBuildInputs = [