From 50c4c2067878545aba8f37f5569d1468e4294688 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sat, 11 Apr 2015 23:02:21 +0200 Subject: [PATCH] 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 --- pkgs/applications/audio/tomahawk/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/audio/tomahawk/default.nix b/pkgs/applications/audio/tomahawk/default.nix index 60e66b9f591..6e03bcb27fc 100644 --- a/pkgs/applications/audio/tomahawk/default.nix +++ b/pkgs/applications/audio/tomahawk/default.nix @@ -15,11 +15,11 @@ let quazipQt4 = quazip.override { qt = qt4; }; in stdenv.mkDerivation rec { name = "tomahawk-${version}"; - version = "0.8.2"; + version = "0.8.3"; src = fetchurl { url = "http://download.tomahawk-player.org/${name}.tar.bz2"; - sha256 = "1bmkkpqhflpm42sn6zf7hxv3936h3p0kdiqzmj88jm7qfgw2wbaj"; + sha256 = "0kjzkq21g3jl1lvadsm7gf0zvpbsv208kqf76wg2hnbm4k1a02wj"; }; cmakeFlags = [