vapoursynth: R46 -> R47.2

This commit is contained in:
Tadeo Kondrak 2019-08-13 12:22:55 -06:00
parent 705b5cd05d
commit 696e1b055b
No known key found for this signature in database
GPG Key ID: C4654C621CD5277C

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 ];