summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-02-11 13:55:07 +0100
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-02-11 13:55:07 +0100
commit44641997799d97f7aea83d8c8e01334197273b3a (patch)
tree677ceee853b6dbc6cff8032b7f1746a3b3547a77 /pkgs
parent980565bca078e6a8754990c3ea610aaf3c69dfa1 (diff)
downloadnixpkgs-44641997799d97f7aea83d8c8e01334197273b3a.tar
nixpkgs-44641997799d97f7aea83d8c8e01334197273b3a.tar.gz
nixpkgs-44641997799d97f7aea83d8c8e01334197273b3a.tar.bz2
nixpkgs-44641997799d97f7aea83d8c8e01334197273b3a.tar.lz
nixpkgs-44641997799d97f7aea83d8c8e01334197273b3a.tar.xz
nixpkgs-44641997799d97f7aea83d8c8e01334197273b3a.tar.zst
nixpkgs-44641997799d97f7aea83d8c8e01334197273b3a.zip
smplayer: 17.1.0 -> 17.2.0
Diffstat (limited to 'pkgs')
-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 0801dc8573d..9c2f6d04119 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.1.0";
+  name = "smplayer-17.2.0";
 
   src = fetchurl {
     url = "mirror://sourceforge/smplayer/${name}.tar.bz2";
-    sha256 = "0wgw940gxf3gqh6xzxvz037ipvr1xcw86gf0myvpb4lkwqh5jds0";
+    sha256 = "05nqwpyh3zlyzip7chs711sz97cgijb92h44cd5aqbwbx06hihdd";
   };
 
   buildInputs = [ qtscript ];