vapoursynth: R49 -> R52

This commit is contained in:
rnhmjoj 2021-01-17 00:00:43 +01:00
parent e1545d42aa
commit 86dded6745
No known key found for this signature in database
GPG key ID: BFBAF4C975F76450

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