Skip to content

Commit

Permalink
smplayer: 16.1.0 -> 16.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Jan 14, 2017
1 parent 2dda1ed commit a04337d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
11 changes: 0 additions & 11 deletions pkgs/applications/video/smplayer/basegui.cpp.patch

This file was deleted.

9 changes: 4 additions & 5 deletions pkgs/applications/video/smplayer/default.nix
@@ -1,16 +1,15 @@
{ stdenv, fetchurl, qmakeHook, qtscript }:

stdenv.mkDerivation rec {
name = "smplayer-16.1.0";
name = "smplayer-16.11.0";

src = fetchurl {
url = "mirror://sourceforge/smplayer/${name}.tar.bz2";
sha256 = "1jfqpmbbjrs9lna44dp10zblj7b0cras9sb0nczycpkcsdi9np6j";
sha256 = "0nhbr33p21qb7n6wry0nkavl5nfjzl5yylrhnxz0pyv69n5msfp5";
};

patches = [ ./basegui.cpp.patch ];

buildInputs = [ qmakeHook qtscript ];
buildInputs = [ qtscript ];
nativeBuildInputs = [ qmakeHook ];

dontUseQmakeConfigure = true;

Expand Down

0 comments on commit a04337d

Please sign in to comment.