diff --git a/pkgs/applications/audio/sc68/default.nix b/pkgs/applications/audio/sc68/default.nix index 3f6bb032ec4f..a779576d05d9 100644 --- a/pkgs/applications/audio/sc68/default.nix +++ b/pkgs/applications/audio/sc68/default.nix @@ -13,21 +13,32 @@ stdenv.mkDerivation rec { pname = "sc68"; - version = "unstable-2021-08-23"; + version = "unstable-2022-11-24"; src = fetchsvn { url = "svn://svn.code.sf.net/p/sc68/code/"; - rev = "694"; - sha256 = "1yycnr4ndzfhbmki41c30zskwyizpb9wb8sf0gxcprllmbq6a421"; + rev = "695"; + sha256 = "sha256-RO3Yhjalu49BUM0fYOZtI2l6KbuUuw03whRxlKneabo="; }; preConfigure = "tools/svn-bootstrap.sh"; enableParallelBuilding = true; - nativeBuildInputs = [ pkg-config which autoconf automake libtool hexdump ]; + nativeBuildInputs = [ + autoconf + automake + hexdump + libtool + pkg-config + which + ]; - buildInputs = [ libao zlib curl ]; + buildInputs = [ + curl + libao + zlib + ]; meta = with lib; { description = "Atari ST and Amiga music player";