Merge pull request #56166 from rnhmjoj/vapour

vapoursynth: R44 -> R45.1
This commit is contained in:
Ryan Mulligan 2019-02-22 20:29:46 -08:00 committed by GitHub
commit 9075c30f31
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 {
name = "vapoursynth-${version}"; name = "vapoursynth-${version}";
version = "R44"; version = "R45.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "vapoursynth"; owner = "vapoursynth";
repo = "vapoursynth"; repo = "vapoursynth";
rev = version; rev = version;
sha256 = "1270cggvk9nvy5g2z289nwhyvl4364yzirfn5jsa9i9ljfp00qml"; sha256 = "09fj4k75cksx1imivqfyr945swlr8k392kkdgzldwc4404qv82s6";
}; };
nativeBuildInputs = [ pkgconfig autoreconfHook nasm ]; nativeBuildInputs = [ pkgconfig autoreconfHook nasm ];