summary refs log tree commit diff
path: root/pkgs/games/teeworlds
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-01-28 15:50:04 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-01-28 15:50:04 +0000
commitfc4d56227caf2425e7eed4c2958488c45dfa5555 (patch)
treefcab6de091894eb2f6a0d045f2b0a460acaa9862 /pkgs/games/teeworlds
parent286e57b783b7c16e53ab4ee95d52794115025e50 (diff)
downloadnixpkgs-fc4d56227caf2425e7eed4c2958488c45dfa5555.tar
nixpkgs-fc4d56227caf2425e7eed4c2958488c45dfa5555.tar.gz
nixpkgs-fc4d56227caf2425e7eed4c2958488c45dfa5555.tar.bz2
nixpkgs-fc4d56227caf2425e7eed4c2958488c45dfa5555.tar.lz
nixpkgs-fc4d56227caf2425e7eed4c2958488c45dfa5555.tar.xz
nixpkgs-fc4d56227caf2425e7eed4c2958488c45dfa5555.tar.zst
nixpkgs-fc4d56227caf2425e7eed4c2958488c45dfa5555.zip
Updating teeworlds
svn path=/nixpkgs/trunk/; revision=19719
Diffstat (limited to 'pkgs/games/teeworlds')
-rw-r--r--pkgs/games/teeworlds/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/teeworlds/default.nix b/pkgs/games/teeworlds/default.nix
index 70852ff85ba..aab99fc4850 100644
--- a/pkgs/games/teeworlds/default.nix
+++ b/pkgs/games/teeworlds/default.nix
@@ -1,11 +1,11 @@
 { fetchurl, stdenv, python, alsaLib, libX11, mesa, SDL }:
 
 stdenv.mkDerivation rec {
-  name = "teeworlds-0.5.1";
+  name = "teeworlds-0.5.2";
 
   src = fetchurl {
     url = "http://www.teeworlds.com/files/${name}-src.tar.gz";
-    sha256 = "0y7yfb1n8rrcz8vcng9jch05sc5vl57nvjvd1x0mkm74ki1y6wpc";
+    sha256 = "1h7likcqbyr3q8djzlgxmr8fiwwj8is3b01hd5x0qix1z4dsf48q";
   };
 
   # Note: Teeworlds requires Python 2.x to compile.  Python 3.0 will