motion: 4.2.1 -> 4.2.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/motion/versions
This commit is contained in:
R. RyanTM 2019-02-16 01:15:12 -08:00
parent 039f359a7d
commit 2b0f49cae4

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 ];