1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 14:11:36 +00:00

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

motion: 4.2 -> 4.2.1
This commit is contained in:
Dmitry Kalinkin 2018-12-15 11:25:44 -05:00 committed by GitHub
commit e3fbe61b71
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";
version = "4.2.1";
src = fetchFromGitHub {
owner = "Motion-Project";
repo = "motion";
rev = "release-${version}";
sha256 = "0c0q6dl4v561m5y8bp0c0h4p3s52fjgcdnsrrf5ygdi288d3rfxv";
sha256 = "1h359hngbkazdli7vl949r6glrq4xxs70js6n1j8jxcyw1wxian9";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];