tomahawk: Update to new upstream version 0.8.3.
Upstream changes since 0.8.2: * Performance improvements for collection browsing. * Improved memory footprint. * Show cloud collections above your friends in the sidebar. * Keep looking for alternative sources even when we found a perfect match. * Fixed crash in network code. * Fixed repeat one/all icons. * Be more lenient about accepting JSPF and M3U playlists. * Improved support for compilation albums. * (Windows) Fixed support for Windows XP. * (OS X) Fixed settings dialog appearance on Yosemite. * (OS X) Fixed SSL errors on Yosemite. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
e06d810452
commit
50c4c20678
@ -15,11 +15,11 @@ let
|
|||||||
quazipQt4 = quazip.override { qt = qt4; };
|
quazipQt4 = quazip.override { qt = qt4; };
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "tomahawk-${version}";
|
name = "tomahawk-${version}";
|
||||||
version = "0.8.2";
|
version = "0.8.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://download.tomahawk-player.org/${name}.tar.bz2";
|
url = "http://download.tomahawk-player.org/${name}.tar.bz2";
|
||||||
sha256 = "1bmkkpqhflpm42sn6zf7hxv3936h3p0kdiqzmj88jm7qfgw2wbaj";
|
sha256 = "0kjzkq21g3jl1lvadsm7gf0zvpbsv208kqf76wg2hnbm4k1a02wj";
|
||||||
};
|
};
|
||||||
|
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user