vapoursynth-mvtools: 17 -> 19

This commit is contained in:
rnhmjoj 2017-09-12 04:24:22 +02:00
parent 3f9661588b
commit a7eb2e01bc
No known key found for this signature in database
GPG key ID: 91BE884FBA4B591A
2 changed files with 6 additions and 6 deletions

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
name = "vapoursynth-mvtools-${version}";
version = "17";
version = "19";
src = fetchFromGitHub {
owner = "dubhater";
repo = "vapoursynth-mvtools";
rev = "a2f5607420af8b8e76c0a6a06a517649bfa2c187";
sha256 = "06nq46jjyfpv74i27w2m6j64avs6shl99mk601m5h5mmdgm2mvcg";
rev = "v${version}";
sha256 = "1wjwf1lgfkqz87s0j251g625mw9xmx79zzgrjyhq3wlii73m6qwp";
};
buildInputs = [

View file

@ -35,9 +35,9 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A video processing framework with the future in mind";
homepage = http://www.vapoursynth.com/;
license = licenses.lgpl21;
platforms = platforms.unix;
homepage = http://www.vapoursynth.com/;
license = licenses.lgpl21;
platforms = platforms.unix;
maintainers = with maintainers; [ rnhmjoj ];
};