From a1e906f0d61d18c67a833b04cd8ec2d9535a1b1a Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 9 Dec 2014 09:50:53 +0100 Subject: [PATCH] tomahawk: Update to bugfix release 0.8.2. Fixes a few annoying bugs (in my case it's the painting issue that's most annoying): * Show error message if saving tags failed. * Fixed painting issue on search page. * (OS X & Windows) Fixed crash during collection scan. Signed-off-by: aszlig --- pkgs/applications/audio/tomahawk/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/audio/tomahawk/default.nix b/pkgs/applications/audio/tomahawk/default.nix index fec93f0183d..d6699b16b70 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.1"; + version = "0.8.2"; src = fetchurl { - url = "http://download.tomahawk-player.org/tomahawk-0.8.1.tar.bz2"; - sha256 = "0ca6fah30a2s8nnlryav95wyzhwys1ikjfwakrqf2hb0y5aczdpw"; + url = "http://download.tomahawk-player.org/${name}.tar.bz2"; + sha256 = "1bmkkpqhflpm42sn6zf7hxv3936h3p0kdiqzmj88jm7qfgw2wbaj"; }; cmakeFlags = [