arena: update to version 3.10 (beta release)

This commit is contained in:
Peter Simons 2020-08-14 15:43:34 +02:00
parent cc4bb4b93b
commit 937049a03c
1 changed files with 4 additions and 4 deletions

View File

@ -12,11 +12,11 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "arena-1.1"; name = "arena-3.10-beta";
src = fetchurl { src = fetchurl {
url = "http://www.playwitharena.de/downloads/arenalinux_64bit_1.1.tar.gz"; url = "http://www.playwitharena.de/downloads/arenalinux_64bit_3.10beta.tar.gz";
sha256 = "1sh71v5ymzwflq8ycx9j9kl0jhqllgs6z24h4h8j5z8pwdh528v6"; sha256 = "1pzb9sg4lzbbi4gbldvlb85p8xyl9xnplxwyb9pkk2mwzvvxkf0d";
}; };
# stdenv.cc.cc.lib is in that list to pick up libstdc++.so. Is there a better way? # stdenv.cc.cc.lib is in that list to pick up libstdc++.so. Is there a better way?
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
# Remove executable bits from data files. This matters for the find command # Remove executable bits from data files. This matters for the find command
# we'll use below to find all bundled engines. # we'll use below to find all bundled engines.
chmod -x $out/lib/${name}/Engines/*/*.{txt,bin,bmp} chmod -x $out/lib/${name}/Engines/*/*.{txt,bin,bmp,zip}
''; '';
buildPhase = '' buildPhase = ''