···14141515stdenv.mkDerivation (finalAttrs: {
1616 pname = "soundtracker";
1717- version = "1.0.4";
1717+ version = "1.0.5";
18181919 src = fetchzip {
2020 # Past releases get moved to the "old releases" directory.
···2222 # Nonetheless, only the name of the file seems to affect which file is
2323 # downloaded, so this path should be fine both for old and current releases.
2424 url = "mirror://sourceforge/soundtracker/soundtracker-${finalAttrs.version}.tar.xz";
2525- hash = "sha256-kNt0BSRaEQY+oa1xbuZ1l6nCqXhcktVugxzcC3ZDaX0=";
2525+ hash = "sha256-g96Z1SdFGMq7WFI6x+UtmAHPZF0C+tHUOjNhmK2ld8I=";
2626 };
27272828 postPatch = lib.optionalString stdenv.hostPlatform.isDarwin ''