motion: 4.0.1 -> 4.1.1

This commit is contained in:
Dmitry Kalinkin 2017-12-30 00:17:17 -05:00
parent 6f25309122
commit 9adb3f8e11
No known key found for this signature in database
GPG key ID: 5157B3EC8B2CA333

View file

@ -2,15 +2,18 @@
stdenv.mkDerivation rec {
name = "motion-${version}";
version = "4.0.1";
version = "4.1.1";
src = fetchFromGitHub {
owner = "Motion-Project";
repo = "motion";
rev = "release-${version}";
sha256 = "172bn2ny5r9fcb4kn9bjq3znpgl8ai84w4b99vhk5jggp2haa3bb";
sha256 = "1prbgl9wb9q7igsb6n11c25m0p0z246fxr1q8n1vcjr4rcb65y38";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];
buildInputs = [ libjpeg ffmpeg ];
meta = with stdenv.lib; {
homepage = http://www.lavrsen.dk/foswiki/bin/view/Motion/WebHome;
description = "Monitors the video signal from cameras";