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

svt-av1: 1.2.0 -> 1.2.1
This commit is contained in:
Mario Rodas 2022-09-17 11:23:07 -05:00 committed by GitHub
commit 4d1f310425
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.2.0";
version = "1.2.1";
src = fetchFromGitLab {
owner = "AOMediaCodec";
repo = "SVT-AV1";
rev = "v${version}";
sha256 = "sha256-mUWWYaExEd/WkIYb1d8AduioHBxGp4Nn7Trhe2vv6Z0=";
sha256 = "sha256-gK2Yabh9AwAX1AecOPGTOthE4ENCA4NIjwWNJNkXxJc=";
};
nativeBuildInputs = [ cmake nasm ];