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

svt-av1: 1.0.0 -> 1.2.0
This commit is contained in:
Robert Scott 2022-08-07 17:21:18 +01:00 committed by GitHub
commit db2111dbb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "svt-av1";
version = "1.0.0";
version = "1.2.0";
src = fetchFromGitLab {
owner = "AOMediaCodec";
repo = "SVT-AV1";
rev = "v${version}";
sha256 = "sha256-M5ErWB/klVijsF+GysR0b3m180h+O+10weKr1pTh8ow=";
sha256 = "sha256-mUWWYaExEd/WkIYb1d8AduioHBxGp4Nn7Trhe2vv6Z0=";
};
nativeBuildInputs = [ cmake nasm ];