Merge pull request #7802 from codyopel/smtube

smtube: 15.1.0 -> 15.5.10
This commit is contained in:
Pascal Wittmann 2015-05-11 08:58:28 +02:00
commit cf87977268

View File

@ -1,17 +1,18 @@
{ stdenv, fetchurl, qt4 }:
stdenv.mkDerivation rec {
name = "smtube-15.1.0";
name = "smtube-15.5.10";
src = fetchurl {
url = "mirror://sourceforge/smplayer/${name}.tar.bz2";
sha256 = "0l87afj1fwhq8lnhv0djqdc8fy0kvs4q4jrvyiz46ifq7q10qyaf";
sha256 = "1if2b0h6snfmj5hnx4cs55zjbdvwagx95jv62f2jgh3m5gis0cbz";
};
buildInputs = [ qt4 ];
makeFlags = [
"PREFIX=$(out)"
];
preConfigure = ''
makeFlags="PREFIX=$out"
'';
buildInputs = [ qt4 ];
meta = with stdenv.lib; {
description = "Play and download Youtube videos";