···1415stdenv.mkDerivation (finalAttrs: {
16 pname = "soundtracker";
17- version = "1.0.4";
1819 src = fetchzip {
20 # Past releases get moved to the "old releases" directory.
···22 # Nonetheless, only the name of the file seems to affect which file is
23 # downloaded, so this path should be fine both for old and current releases.
24 url = "mirror://sourceforge/soundtracker/soundtracker-${finalAttrs.version}.tar.xz";
25- hash = "sha256-kNt0BSRaEQY+oa1xbuZ1l6nCqXhcktVugxzcC3ZDaX0=";
26 };
2728 postPatch = lib.optionalString stdenv.hostPlatform.isDarwin ''
···1415stdenv.mkDerivation (finalAttrs: {
16 pname = "soundtracker";
17+ version = "1.0.5";
1819 src = fetchzip {
20 # Past releases get moved to the "old releases" directory.
···22 # Nonetheless, only the name of the file seems to affect which file is
23 # downloaded, so this path should be fine both for old and current releases.
24 url = "mirror://sourceforge/soundtracker/soundtracker-${finalAttrs.version}.tar.xz";
25+ hash = "sha256-g96Z1SdFGMq7WFI6x+UtmAHPZF0C+tHUOjNhmK2ld8I=";
26 };
2728 postPatch = lib.optionalString stdenv.hostPlatform.isDarwin ''