Merge pull request #139073 from r-ryantm/auto-update/libvmaf

libvmaf: 2.2.0 -> 2.2.1
This commit is contained in:
Ryan Mulligan 2021-09-23 20:19:24 -07:00 committed by GitHub
commit 1ab19c9588
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libvmaf";
version = "2.2.0";
version = "2.2.1";
src = fetchFromGitHub {
owner = "netflix";
repo = "vmaf";
rev = "v${version}";
sha256 = "1jlmivmdzlhizljbmsvqqxnhjfyjh8zxyf5xv6j040vbfj4mf14f";
sha256 = "sha256-t1dK4UnperX9YtvmTwIo/03Dxq/Pl+K6kZIL0uX1OcE=";
};
sourceRoot = "source/libvmaf";