Merge pull request #109583 from rnhmjoj/vapoursynth

vapoursynth: R49 -> R52
This commit is contained in:
Michele Guerini Rocco 2021-01-17 10:31:30 +01:00 committed by GitHub
commit 1083fa77e2
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 = "R49"; version = "R52";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "vapoursynth"; owner = "vapoursynth";
repo = "vapoursynth"; repo = "vapoursynth";
rev = version; rev = version;
sha256 = "1d298mlb24nlc2x7pixfbkd0qbpv4c706c32idsgpi96z1spkhvl"; sha256 = "1krfdzc2x2vxv4nq9kiv1c09hgj525qn120ah91fw2ikq8ldvmx4";
}; };
nativeBuildInputs = [ pkgconfig autoreconfHook makeWrapper ]; nativeBuildInputs = [ pkgconfig autoreconfHook makeWrapper ];