summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-06-01 08:42:07 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-06-01 08:42:07 +0200
commit790dedfee9527fb4f028913dd85ded64b5d83ba8 (patch)
treef6533bf633b8adabc2d608499b6747c60414a2a2
parent634f5f0d0f680b820484baa04ff94c23786df97b (diff)
downloadnixpkgs-790dedfee9527fb4f028913dd85ded64b5d83ba8.tar
nixpkgs-790dedfee9527fb4f028913dd85ded64b5d83ba8.tar.gz
nixpkgs-790dedfee9527fb4f028913dd85ded64b5d83ba8.tar.bz2
nixpkgs-790dedfee9527fb4f028913dd85ded64b5d83ba8.tar.lz
nixpkgs-790dedfee9527fb4f028913dd85ded64b5d83ba8.tar.xz
nixpkgs-790dedfee9527fb4f028913dd85ded64b5d83ba8.tar.zst
nixpkgs-790dedfee9527fb4f028913dd85ded64b5d83ba8.zip
smplayer: 17.4.2 -> 17.6.0
-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 41967f50bd0..146cb3b0e46 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.4.2";
+  name = "smplayer-17.6.0";
 
   src = fetchurl {
     url = "mirror://sourceforge/smplayer/${name}.tar.bz2";
-    sha256 = "1lc5pj0y56yynygb7cnl98lpvsf82rc0aa4si8isn81nvy07hmq5";
+    sha256 = "0kgrkn50sgr79jfj66p59wka17prnxibf7fbfpg5m0n95kdkr7rg";
   };
 
   buildInputs = [ qtscript ];