smplayer: 14.9.0.6690 -> 15.9.0
This commit is contained in:
parent
1e6f0cc139
commit
a4db37c4e9
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
|||
{ stdenv, fetchurl, qt4 }:
|
||||
{ stdenv, fetchurl, qt5 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "smplayer-14.9.0.6690";
|
||||
name = "smplayer-15.9.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/smplayer/${name}.tar.bz2";
|
||||
sha256 = "0nmw69kg8rqvl9icyx1r1v1pyxg6560363l0kyqyja18j79a3j2y";
|
||||
sha256 = "1yx6kikaj9v5aj8aavvrcklx283wl6wrnpl905hjc7v03kgp1ac5";
|
||||
};
|
||||
|
||||
patches = [ ./basegui.cpp.patch ];
|
||||
|
||||
buildInputs = [ qt4 ];
|
||||
buildInputs = [ qt5.script ];
|
||||
|
||||
preConfigure = ''
|
||||
makeFlags="PREFIX=$out"
|
||||
|
|
Loading…
Reference in a new issue