···12121313stdenv.mkDerivation rec {
1414 pname = "soundtracker";
1515- version = "1.0.1";
1515+ version = "1.0.2.1";
16161717 src = fetchurl {
1818 # Past releases get moved to the "old releases" directory.
1919 # Only the latest release is at the top level.
2020 # Nonetheless, only the name of the file seems to affect which file is
2121 # downloaded, so this path should be fine both for old and current releases.
2222- url = "mirror://sourceforge/soundtracker/soundtracker-${version}.tar.bz2";
2323- sha256 = "0m5iiqccch6w53khpvdldz59zymw13vmwqc5ggx3sn41riwbd6ks";
2222+ url = "mirror://sourceforge/soundtracker/soundtracker-${version}.tar.xz";
2323+ sha256 = "0nh0dwz8nldc040q6n06vlazhss8ms42r2dffhjcrqj3hbrvfx82";
2424 };
25252626 nativeBuildInputs = [
···3434 audiofile
3535 goocanvas
3636 ] ++ lib.optional stdenv.isLinux alsa-lib;
3737-3838- hardeningDisable = [ "format" ];
39374038 meta = with lib; {
4139 description = "A music tracking tool similar in design to the DOS program FastTracker and the Amiga legend ProTracker";