From 790dedfee9527fb4f028913dd85ded64b5d83ba8 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Thu, 1 Jun 2017 08:42:07 +0200 Subject: smplayer: 17.4.2 -> 17.6.0 --- pkgs/applications/video/smplayer/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/applications/video/smplayer') diff --git a/pkgs/applications/video/smplayer/default.nix b/pkgs/applications/video/smplayer/default.nix index 41967f50bd05..146cb3b0e464 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 ]; -- cgit 1.4.1