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
commit 86f31274eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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