motion: 4.5.1 -> 4.6.0

authored by

R. Ryantm and committed by
Dmitry Kalinkin
7d3f0fde 2f874218

+2 -2
+2 -2
pkgs/applications/video/motion/default.nix
··· 3 4 stdenv.mkDerivation rec { 5 pname = "motion"; 6 - version = "4.5.1"; 7 8 src = fetchFromGitHub { 9 owner = "Motion-Project"; 10 repo = "motion"; 11 rev = "release-${version}"; 12 - sha256 = "sha256-3TmmLAU/muiI90hrYrctzgVbWS4rXjxzAa0ctVYKSSY="; 13 }; 14 15 nativeBuildInputs = [ autoreconfHook pkg-config ];
··· 3 4 stdenv.mkDerivation rec { 5 pname = "motion"; 6 + version = "4.6.0"; 7 8 src = fetchFromGitHub { 9 owner = "Motion-Project"; 10 repo = "motion"; 11 rev = "release-${version}"; 12 + sha256 = "sha256-f23glk91HWSEW/Glq/DdEikTQeg1eELEg4XG9zTsU78="; 13 }; 14 15 nativeBuildInputs = [ autoreconfHook pkg-config ];