smtube: 15.1.0 -> 15.5.10
This commit is contained in:
parent
142b48688c
commit
54de18c4aa
@ -1,17 +1,18 @@
|
|||||||
{ stdenv, fetchurl, qt4 }:
|
{ stdenv, fetchurl, qt4 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "smtube-15.1.0";
|
name = "smtube-15.5.10";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/smplayer/${name}.tar.bz2";
|
url = "mirror://sourceforge/smplayer/${name}.tar.bz2";
|
||||||
sha256 = "0l87afj1fwhq8lnhv0djqdc8fy0kvs4q4jrvyiz46ifq7q10qyaf";
|
sha256 = "1if2b0h6snfmj5hnx4cs55zjbdvwagx95jv62f2jgh3m5gis0cbz";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ qt4 ];
|
makeFlags = [
|
||||||
|
"PREFIX=$(out)"
|
||||||
|
];
|
||||||
|
|
||||||
preConfigure = ''
|
buildInputs = [ qt4 ];
|
||||||
makeFlags="PREFIX=$out"
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Play and download Youtube videos";
|
description = "Play and download Youtube videos";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user