Merge pull request #110324 from marsam/update-libvmaf

libvmaf: 2.1.0 -> 2.1.1
This commit is contained in:
Mario Rodas 2021-01-21 21:27:06 -05:00 committed by GitHub
commit 046d24424e
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.1.0";
version = "2.1.1";
src = fetchFromGitHub {
owner = "netflix";
repo = "vmaf";
rev = "v${version}";
sha256 = "0gh4zwz975x9kvqdmzs45f96rk99apay57jc68rc8c2xm7gfis58";
sha256 = "0dynk1pmsyf23vfxljaazqkr27vfrvhj3dyjzm06zxpzsn59aif3";
};
sourceRoot = "source/libvmaf";