motion: 4.4.0 -> 4.5.0

authored by R. Ryantm and committed by Dmitry Kalinkin 2855d863 f2846c75

+2 -2
+2 -2
pkgs/applications/video/motion/default.nix
··· 3 4 stdenv.mkDerivation rec { 5 pname = "motion"; 6 - version = "4.4.0"; 7 8 src = fetchFromGitHub { 9 owner = "Motion-Project"; 10 repo = "motion"; 11 rev = "release-${version}"; 12 - sha256 = "sha256-srL9F99HHq5cw82rnQpywkTuY4s6hqIO64Pw5CnaG5Q="; 13 }; 14 15 nativeBuildInputs = [ autoreconfHook pkg-config ];
··· 3 4 stdenv.mkDerivation rec { 5 pname = "motion"; 6 + version = "4.5.0"; 7 8 src = fetchFromGitHub { 9 owner = "Motion-Project"; 10 repo = "motion"; 11 rev = "release-${version}"; 12 + sha256 = "sha256-uKEgTQhpslOCfNj8z95/DK4M1Gx4SMRjl1/KPh5KHuc="; 13 }; 14 15 nativeBuildInputs = [ autoreconfHook pkg-config ];