summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorJoachim Schiele <js@lastlog.de>2012-03-08 15:32:20 +0000
committerJoachim Schiele <js@lastlog.de>2012-03-08 15:32:20 +0000
commitdfbde3db02dc0daf94dc05be267149514622adfa (patch)
tree4bd62c6163603c7464036caa3f88a5d8d49f3b37 /pkgs/games
parent0d6be026c3a3bdd1782b28186474af92f196c233 (diff)
downloadnixlib-dfbde3db02dc0daf94dc05be267149514622adfa.tar
nixlib-dfbde3db02dc0daf94dc05be267149514622adfa.tar.gz
nixlib-dfbde3db02dc0daf94dc05be267149514622adfa.tar.bz2
nixlib-dfbde3db02dc0daf94dc05be267149514622adfa.tar.lz
nixlib-dfbde3db02dc0daf94dc05be267149514622adfa.tar.xz
nixlib-dfbde3db02dc0daf94dc05be267149514622adfa.tar.zst
nixlib-dfbde3db02dc0daf94dc05be267149514622adfa.zip
updated springlobby to 141 and changed the name of the package
svn path=/nixpkgs/trunk/; revision=32896
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/spring/springlobby.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/games/spring/springlobby.nix b/pkgs/games/spring/springlobby.nix
index 4e34d3807ca7..29ef95588193 100644
--- a/pkgs/games/spring/springlobby.nix
+++ b/pkgs/games/spring/springlobby.nix
@@ -2,12 +2,12 @@
 , gettext, bash, gawk, boost }:
 stdenv.mkDerivation rec {
 
-  name = "spring-lobby-${version}";
-  version = "0.139";
+  name = "springlobby-${version}";
+  version = "0.141";
 
   src = fetchurl {
     url = "http://www.springlobby.info/tarballs/springlobby-${version}.tar.bz2";
-    sha256 = "0ibvv2p4c0qa933mr3hfn5lp8c6h1dycl6k6i1n2gvpa8jr598m5";
+    sha256 = "37cf3aa1ed78a0ded782cc5c692301619dbb2cf4749bccbf059c51707daaf734";
   };
 
   buildInputs = [ cmake wxGTK openal pkgconfig curl gettext libtorrentRasterbar boost ];
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
     homepage = http://springlobby.info/;
     description = "A free cross-platform lobby client for the Spring RTS project.";
     license = licenses.gpl2;
-    maintainers = [ maintainers.phreedom ];
-    platforms = platforms.all;
+    maintainers = [ maintainers.phreedom maintainers.qknight];
+    platforms = platforms.linux;
   };
-}
\ No newline at end of file
+}