From ef8f074604eb696fcc52b2763f8503d2edb75dc2 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Thu, 28 Jan 2016 23:37:42 +0100 Subject: smplayer: 15.11.0 -> 16.1.0 --- pkgs/applications/video/smplayer/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/video/smplayer/default.nix b/pkgs/applications/video/smplayer/default.nix index 13c654222275..0aa92c9af717 100644 --- a/pkgs/applications/video/smplayer/default.nix +++ b/pkgs/applications/video/smplayer/default.nix @@ -1,11 +1,11 @@ { stdenv, fetchurl, qtscript }: stdenv.mkDerivation rec { - name = "smplayer-15.11.0"; + name = "smplayer-16.1.0"; src = fetchurl { url = "mirror://sourceforge/smplayer/${name}.tar.bz2"; - sha256 = "1h8r5xjaq7p78raw1v29gsrcv221lzl8m2i2qls3khc65kx032cn"; + sha256 = "1jfqpmbbjrs9lna44dp10zblj7b0cras9sb0nczycpkcsdi9np6j"; }; patches = [ ./basegui.cpp.patch ]; -- cgit 1.4.1