summaryrefslogtreecommitdiffstats
path: root/pkgs/games/arena
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-08-14 15:43:34 +0200
committerPeter Simons <simons@cryp.to>2020-08-14 15:44:24 +0200
commit937049a03c9ed328d07357ae9db5df1befd18a18 (patch)
treeb7cc530e4b8fb873431bc94ef8ec032f908206c2 /pkgs/games/arena
parentcc4bb4b93b707ce094738d0e733900c372e3272f (diff)
arena: update to version 3.10 (beta release)
Diffstat (limited to 'pkgs/games/arena')
-rw-r--r--pkgs/games/arena/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/games/arena/default.nix b/pkgs/games/arena/default.nix
index a8e147b6a7e3..beba98b6316a 100644
--- a/pkgs/games/arena/default.nix
+++ b/pkgs/games/arena/default.nix
@@ -12,11 +12,11 @@ let
in
stdenv.mkDerivation rec {
- name = "arena-1.1";
+ name = "arena-3.10-beta";
src = fetchurl {
- url = "http://www.playwitharena.de/downloads/arenalinux_64bit_1.1.tar.gz";
- sha256 = "1sh71v5ymzwflq8ycx9j9kl0jhqllgs6z24h4h8j5z8pwdh528v6";
+ url = "http://www.playwitharena.de/downloads/arenalinux_64bit_3.10beta.tar.gz";
+ sha256 = "1pzb9sg4lzbbi4gbldvlb85p8xyl9xnplxwyb9pkk2mwzvvxkf0d";
};
# 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
# 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 = ''