Merge pull request #66580 from tadeokondrak/vapoursynth-r47.1

vapoursynth: R46 -> R47.2
This commit is contained in:
Marek Mahut
2019-08-26 00:05:25 +02:00
committed by GitHub

View File

@@ -12,13 +12,13 @@ with stdenv.lib;
stdenv.mkDerivation rec {
pname = "vapoursynth";
version = "R46";
version = "R47.2";
src = fetchFromGitHub {
owner = "vapoursynth";
repo = "vapoursynth";
rev = version;
sha256 = "1xbwva12l68awplardf47ydlx904wifw468npaxa9cx9dvd5mv13";
sha256 = "004h0vvih7dlhkcz6l2786pf7s04qhiv0bii4gjx23cxyklglh9i";
};
nativeBuildInputs = [ pkgconfig autoreconfHook nasm makeWrapper ];