vapoursynth-mvtools: 17 -> 19
This commit is contained in:
parent
3f9661588b
commit
a7eb2e01bc
@ -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 = [
|
||||
|
@ -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 ];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user