vapoursynth: 33.1 -> 35

This commit is contained in:
rnhmjoj 2016-10-31 22:05:48 +01:00
parent 16cc856c27
commit 4edef3d229
No known key found for this signature in database
GPG Key ID: 362BB82B7E496B7C

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
name = "vapoursynth-${version}";
version = "R33.1";
version = "R35";
src = fetchFromGitHub {
owner = "vapoursynth";
repo = "vapoursynth";
rev = "0d69d29abb3c4ba9e806958bf9c539bd6eff6852";
sha256 = "1dbz81vgqfsb306d7891p8y25y7632y32ii3l64shr0jsq64vgsm";
rev = "dcab1529d445776a5575859aea655e613c23c8bc";
sha256 = "0nhpqws91b19lql2alc5pxgzfgh1wjrws0kyvir41jhfxhhjaqpi";
};
buildInputs = [