summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-05-04 21:25:19 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-05-04 23:19:17 +0200
commitd75ae6dee98fd39d0fb14f8c175d238636f3d2db (patch)
treef9f8c6619cfa9b60d816954b61e1112c2f464e27 /pkgs/applications/video
parent8ee1dc47258668cde0e3aa60c74dc64e3b19496c (diff)
downloadnixlib-d75ae6dee98fd39d0fb14f8c175d238636f3d2db.tar
nixlib-d75ae6dee98fd39d0fb14f8c175d238636f3d2db.tar.gz
nixlib-d75ae6dee98fd39d0fb14f8c175d238636f3d2db.tar.bz2
nixlib-d75ae6dee98fd39d0fb14f8c175d238636f3d2db.tar.lz
nixlib-d75ae6dee98fd39d0fb14f8c175d238636f3d2db.tar.xz
nixlib-d75ae6dee98fd39d0fb14f8c175d238636f3d2db.tar.zst
nixlib-d75ae6dee98fd39d0fb14f8c175d238636f3d2db.zip
smplayer: 17.3.0 -> 17.4.2
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/smplayer/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/smplayer/default.nix b/pkgs/applications/video/smplayer/default.nix
index d7411c1128e2..41967f50bd05 100644
--- a/pkgs/applications/video/smplayer/default.nix
+++ b/pkgs/applications/video/smplayer/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, qmakeHook, qtscript }:
 
 stdenv.mkDerivation rec {
-  name = "smplayer-17.3.0";
+  name = "smplayer-17.4.2";
 
   src = fetchurl {
     url = "mirror://sourceforge/smplayer/${name}.tar.bz2";
-    sha256 = "0yv7725kr3dq02mcanc07sapirx6s73l4b6d13nzvq5rkwr8crmj";
+    sha256 = "1lc5pj0y56yynygb7cnl98lpvsf82rc0aa4si8isn81nvy07hmq5";
   };
 
   buildInputs = [ qtscript ];