Merge pull request #110324 from marsam/update-libvmaf
libvmaf: 2.1.0 -> 2.1.1
This commit is contained in:
commit
046d24424e
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libvmaf";
|
pname = "libvmaf";
|
||||||
version = "2.1.0";
|
version = "2.1.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "netflix";
|
owner = "netflix";
|
||||||
repo = "vmaf";
|
repo = "vmaf";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0gh4zwz975x9kvqdmzs45f96rk99apay57jc68rc8c2xm7gfis58";
|
sha256 = "0dynk1pmsyf23vfxljaazqkr27vfrvhj3dyjzm06zxpzsn59aif3";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = "source/libvmaf";
|
sourceRoot = "source/libvmaf";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user