sc68: unstable-2021-08-23 -> unstable-2022-11-24

This commit is contained in:
OPNA2608 2023-01-07 14:33:37 +01:00
parent b29899b83f
commit 7b13deb5c1

View file

@ -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";