tomahawk: 0.8.3 -> 0.8.4

From the Changelog:
* Fixed drag & drop issues on sidebar.
* Fixed starting Tomahawk with a filename as parameter.
* Update column view when collection changes.
* (Linux) Don't crash on environments with invalid locales.

Signed-off-by: devhell <"^"@regexmail.net>
Closes: #9858
Tested-by: aszlig <aszlig@redmoonstudios.org>
Tested-by: David Kleuker <post@davidak.de>

authored by

devhell and committed by
aszlig
2ed22e3a f9766f88

+2 -2
+2 -2
pkgs/applications/audio/tomahawk/default.nix
··· 15 15 quazipQt4 = quazip.override { qt = qt4; }; 16 16 in stdenv.mkDerivation rec { 17 17 name = "tomahawk-${version}"; 18 - version = "0.8.3"; 18 + version = "0.8.4"; 19 19 20 20 src = fetchurl { 21 21 url = "http://download.tomahawk-player.org/${name}.tar.bz2"; 22 - sha256 = "0kjzkq21g3jl1lvadsm7gf0zvpbsv208kqf76wg2hnbm4k1a02wj"; 22 + sha256 = "0j84h36wkjfjbsd7ybyji7rcc9wpjdbl0f1xdcc1g7h0nz34pc0g"; 23 23 }; 24 24 25 25 cmakeFlags = [