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
1 changed files with 2 additions and 2 deletions

View File

@ -12,13 +12,13 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "vapoursynth-${version}";
version = "R44";
version = "R45.1";
src = fetchFromGitHub {
owner = "vapoursynth";
repo = "vapoursynth";
rev = version;
sha256 = "1270cggvk9nvy5g2z289nwhyvl4364yzirfn5jsa9i9ljfp00qml";
sha256 = "09fj4k75cksx1imivqfyr945swlr8k392kkdgzldwc4404qv82s6";
};
nativeBuildInputs = [ pkgconfig autoreconfHook nasm ];