summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-02-16 01:15:12 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2019-02-16 01:15:12 -0800
commit2b0f49cae4356120fcf7cb537eb3b9d880ff2e08 (patch)
tree18d5d87f6a70c72dbf47b1d44dab418e7af1a16a /pkgs/applications
parent039f359a7d366e6d8594a4238aac6fcb4dbd7be8 (diff)
downloadnixpkgs-2b0f49cae4356120fcf7cb537eb3b9d880ff2e08.tar
nixpkgs-2b0f49cae4356120fcf7cb537eb3b9d880ff2e08.tar.gz
nixpkgs-2b0f49cae4356120fcf7cb537eb3b9d880ff2e08.tar.bz2
nixpkgs-2b0f49cae4356120fcf7cb537eb3b9d880ff2e08.tar.lz
nixpkgs-2b0f49cae4356120fcf7cb537eb3b9d880ff2e08.tar.xz
nixpkgs-2b0f49cae4356120fcf7cb537eb3b9d880ff2e08.tar.zst
nixpkgs-2b0f49cae4356120fcf7cb537eb3b9d880ff2e08.zip
motion: 4.2.1 -> 4.2.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/motion/versions
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/video/motion/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/motion/default.nix b/pkgs/applications/video/motion/default.nix
index b3367951b9f..e3dcf6b3d3b 100644
--- a/pkgs/applications/video/motion/default.nix
+++ b/pkgs/applications/video/motion/default.nix
@@ -3,13 +3,13 @@
 
 stdenv.mkDerivation rec {
   name = "motion-${version}";
-  version = "4.2.1";
+  version = "4.2.2";
 
   src = fetchFromGitHub {
     owner  = "Motion-Project";
     repo   = "motion";
     rev    = "release-${version}";
-    sha256 = "1h359hngbkazdli7vl949r6glrq4xxs70js6n1j8jxcyw1wxian9";
+    sha256 = "05c1gx75xy2hw49x6vkydvwxbr80kipsc3nr906k3hq8735svx6f";
   };
 
   nativeBuildInputs = [ autoreconfHook pkgconfig ];