soundtracker: 1.0.4 -> 1.0.5

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