summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2016-02-21 08:02:01 +0100
committerPascal Wittmann <mail@pascal-wittmann.de>2016-02-21 08:03:16 +0100
commitab742b42ab636b78b1b3bc2e5329ba151ec82b90 (patch)
tree3fb238a19644608f68959c7caa94050492766cf8 /pkgs/applications/video
parentc349fe6127ec8717419ca0cab7282cf96be6af56 (diff)
downloadnixpkgs-ab742b42ab636b78b1b3bc2e5329ba151ec82b90.tar
nixpkgs-ab742b42ab636b78b1b3bc2e5329ba151ec82b90.tar.gz
nixpkgs-ab742b42ab636b78b1b3bc2e5329ba151ec82b90.tar.bz2
nixpkgs-ab742b42ab636b78b1b3bc2e5329ba151ec82b90.tar.lz
nixpkgs-ab742b42ab636b78b1b3bc2e5329ba151ec82b90.tar.xz
nixpkgs-ab742b42ab636b78b1b3bc2e5329ba151ec82b90.tar.zst
nixpkgs-ab742b42ab636b78b1b3bc2e5329ba151ec82b90.zip
vlc: 2.2.1 -> 2.2.2 and take maintainership
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/vlc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/vlc/default.nix b/pkgs/applications/video/vlc/default.nix
index ebfa2f0484d..0e08c21fc99 100644
--- a/pkgs/applications/video/vlc/default.nix
+++ b/pkgs/applications/video/vlc/default.nix
@@ -20,11 +20,11 @@ assert (!withQt5 -> qt4 != null);
 
 stdenv.mkDerivation rec {
   name = "vlc-${version}";
-  version = "2.2.1";
+  version = "2.2.2";
 
   src = fetchurl {
     url = "http://get.videolan.org/vlc/${version}/${name}.tar.xz";
-    sha256 = "1jqzrzrpw6932lbkf863xk8cfmn4z2ngbxz7w8ggmh4f6xz9sgal";
+    sha256 = "1dazxbmzx2g5570pkg519a7fsj07rdr155kjsw7b9y8npql33lls";
   };
 
   buildInputs =