smtube: 15.1.0 -> 15.5.10

This commit is contained in:
codyopel 2015-05-11 01:19:24 -04:00
parent 142b48688c
commit 54de18c4aa

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";