summary refs log tree commit diff
path: root/pkgs/applications/audio/tomahawk
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-04-11 23:02:21 +0200
committeraszlig <aszlig@redmoonstudios.org>2015-04-11 23:15:31 +0200
commit50c4c2067878545aba8f37f5569d1468e4294688 (patch)
treed69c40896e1226990bef50c30b3d815e469d4b9e /pkgs/applications/audio/tomahawk
parente06d810452fd2978a493faa152427fd989585fd4 (diff)
downloadnixlib-50c4c2067878545aba8f37f5569d1468e4294688.tar
nixlib-50c4c2067878545aba8f37f5569d1468e4294688.tar.gz
nixlib-50c4c2067878545aba8f37f5569d1468e4294688.tar.bz2
nixlib-50c4c2067878545aba8f37f5569d1468e4294688.tar.lz
nixlib-50c4c2067878545aba8f37f5569d1468e4294688.tar.xz
nixlib-50c4c2067878545aba8f37f5569d1468e4294688.tar.zst
nixlib-50c4c2067878545aba8f37f5569d1468e4294688.zip
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>
Diffstat (limited to 'pkgs/applications/audio/tomahawk')
-rw-r--r--pkgs/applications/audio/tomahawk/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/tomahawk/default.nix b/pkgs/applications/audio/tomahawk/default.nix
index 60e66b9f591e..6e03bcb27fc4 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 = [