motion: 4.5.0 -> 4.5.1

This commit is contained in:
R. Ryantm 2022-12-27 12:40:11 +00:00 committed by Dmitry Kalinkin
parent 97e489feea
commit 66d8803cad

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