about summary refs log tree commit diff
path: root/pkgs/applications/video/smplayer
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-03-08 21:54:44 +0100
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-03-08 23:02:03 +0100
commit1fb6fc28cf9d20a6ba95b2a7e23eb4481c1636d3 (patch)
treef40dbbb3a0477ff4fd82fcee9c1073e88b18a4b4 /pkgs/applications/video/smplayer
parent1ac797861b1e020c433ccda24b3ea74032fc7354 (diff)
downloadnixlib-1fb6fc28cf9d20a6ba95b2a7e23eb4481c1636d3.tar
nixlib-1fb6fc28cf9d20a6ba95b2a7e23eb4481c1636d3.tar.gz
nixlib-1fb6fc28cf9d20a6ba95b2a7e23eb4481c1636d3.tar.bz2
nixlib-1fb6fc28cf9d20a6ba95b2a7e23eb4481c1636d3.tar.lz
nixlib-1fb6fc28cf9d20a6ba95b2a7e23eb4481c1636d3.tar.xz
nixlib-1fb6fc28cf9d20a6ba95b2a7e23eb4481c1636d3.tar.zst
nixlib-1fb6fc28cf9d20a6ba95b2a7e23eb4481c1636d3.zip
smplayer: 17.2.0 -> 17.3.0
Diffstat (limited to 'pkgs/applications/video/smplayer')
-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 9c2f6d041197..d7411c1128e2 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.2.0";
+  name = "smplayer-17.3.0";
 
   src = fetchurl {
     url = "mirror://sourceforge/smplayer/${name}.tar.bz2";
-    sha256 = "05nqwpyh3zlyzip7chs711sz97cgijb92h44cd5aqbwbx06hihdd";
+    sha256 = "0yv7725kr3dq02mcanc07sapirx6s73l4b6d13nzvq5rkwr8crmj";
   };
 
   buildInputs = [ qtscript ];