Skip to content

Commit

Permalink
Merge pull request #102169 from cheriimoya/motion
Browse files Browse the repository at this point in the history
motion 4.3.1 -> 4.3.2
  • Loading branch information
veprbl committed Oct 30, 2020
2 parents 3eb034d + 45d8825 commit f89356b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/video/motion/default.nix
Expand Up @@ -3,13 +3,13 @@

stdenv.mkDerivation rec {
pname = "motion";
version = "4.3.1";
version = "4.3.2";

src = fetchFromGitHub {
owner = "Motion-Project";
repo = "motion";
rev = "release-${version}";
sha256 = "01yy4pdgd4wa97bpw27zn5zik9iz719m1jiwkk9lb7m2a2951dhc";
sha256 = "09xs815jsivcilpmnrx2jkcxirj4lg5kp99fkr0p2sdxw03myi95";
};

nativeBuildInputs = [ autoreconfHook pkgconfig ];
Expand Down

0 comments on commit f89356b

Please sign in to comment.