sauerbraten: 2020-12-04 -> 2020-12-27

Bumped version because 2020-12-04 is not available on mirrors.
Tested server and client on NixOS x86_64 with sway/wayland.
Played some rounds with old and new maps on public servers.
This commit is contained in:
Georg Haas 2021-01-08 17:51:18 +01:00
parent 9ffd16b385
commit aaf9cf6e43
No known key found for this signature in database
GPG key ID: B2D065AD4D6E0C81

View file

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
pname = "sauerbraten";
version = "2020-12-04";
version = "2020-12-27";
src = fetchzip {
url = "mirror://sourceforge/sauerbraten/sauerbraten_${builtins.replaceStrings [ "-" ] [ "_" ] version}_linux.tar.bz2";
sha256 = "1hknwpnvsakz6s7l7j1r5aqmgrzp4wcbn8yg8nxmvsddbhxdj1kc";
sha256 = "0llknzj23vx6f3y452by9c7wlhzclyq4bqi22qd52m3l916z2mn5";
};
nativeBuildInputs = [