summary refs log tree commit diff
path: root/pkgs/games/sauerbraten
diff options
context:
space:
mode:
authorGeorg Haas <hax404foogit@hax404.de>2021-01-08 17:51:18 +0100
committerGeorg Haas <hax404foogit@hax404.de>2021-01-09 17:05:00 +0100
commitaaf9cf6e43aa5e91d4c8ea28fad62814673e6419 (patch)
tree0fbb7c6316dcf58b20c636622a7587d2ece63608 /pkgs/games/sauerbraten
parent9ffd16b3850536094ca36bc31520bb15a6d5a9ef (diff)
downloadnixpkgs-aaf9cf6e43aa5e91d4c8ea28fad62814673e6419.tar
nixpkgs-aaf9cf6e43aa5e91d4c8ea28fad62814673e6419.tar.gz
nixpkgs-aaf9cf6e43aa5e91d4c8ea28fad62814673e6419.tar.bz2
nixpkgs-aaf9cf6e43aa5e91d4c8ea28fad62814673e6419.tar.lz
nixpkgs-aaf9cf6e43aa5e91d4c8ea28fad62814673e6419.tar.xz
nixpkgs-aaf9cf6e43aa5e91d4c8ea28fad62814673e6419.tar.zst
nixpkgs-aaf9cf6e43aa5e91d4c8ea28fad62814673e6419.zip
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.
Diffstat (limited to 'pkgs/games/sauerbraten')
-rw-r--r--pkgs/games/sauerbraten/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/sauerbraten/default.nix b/pkgs/games/sauerbraten/default.nix
index e1f482cc7d4..277c195d442 100644
--- a/pkgs/games/sauerbraten/default.nix
+++ b/pkgs/games/sauerbraten/default.nix
@@ -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 = [