Merge pull request #55888 from r-ryantm/auto-update/motion

motion: 4.2.1 -> 4.2.2
This commit is contained in:
Ryan Mulligan 2019-02-16 08:52:59 -08:00 committed by GitHub
commit 46be627a72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "motion-${version}";
version = "4.2.1";
version = "4.2.2";
src = fetchFromGitHub {
owner = "Motion-Project";
repo = "motion";
rev = "release-${version}";
sha256 = "1h359hngbkazdli7vl949r6glrq4xxs70js6n1j8jxcyw1wxian9";
sha256 = "05c1gx75xy2hw49x6vkydvwxbr80kipsc3nr906k3hq8735svx6f";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];