motion: 4.5.1 -> 4.6.0

This commit is contained in:
R. Ryantm 2023-11-13 06:56:37 +00:00 committed by Dmitry Kalinkin
parent 2f8742189e
commit 7d3f0fde7c

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "motion";
version = "4.5.1";
version = "4.6.0";
src = fetchFromGitHub {
owner = "Motion-Project";
repo = "motion";
rev = "release-${version}";
sha256 = "sha256-3TmmLAU/muiI90hrYrctzgVbWS4rXjxzAa0ctVYKSSY=";
sha256 = "sha256-f23glk91HWSEW/Glq/DdEikTQeg1eELEg4XG9zTsU78=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];