about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorajs124 <ajs124@users.noreply.github.com>2021-01-09 18:52:13 +0100
committerGitHub <noreply@github.com>2021-01-09 18:52:13 +0100
commit49c525ee5cfe28c446183ec7864b69be01fc2d15 (patch)
treea175f1b134626d46161e591c78e525eee867c9f6 /pkgs
parent85b23ec5e5867be9ca1ccca02d0e404536ac6a21 (diff)
parentaaf9cf6e43aa5e91d4c8ea28fad62814673e6419 (diff)
Merge pull request #108865 from hax404/sauerbraten
sauerbraten: 2020-12-04 -> 2020-12-27
Diffstat (limited to 'pkgs')
-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 e1f482cc7d401..277c195d44241 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 = [