vapoursynth: R44 -> R45.1

This commit is contained in:
rnhmjoj 2019-02-21 22:08:33 +01:00
parent b1ac25e7ed
commit 43c1160463
No known key found for this signature in database
GPG key ID: 91BE884FBA4B591A

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