From dfbde3db02dc0daf94dc05be267149514622adfa Mon Sep 17 00:00:00 2001 From: Joachim Schiele Date: Thu, 8 Mar 2012 15:32:20 +0000 Subject: [PATCH] updated springlobby to 141 and changed the name of the package svn path=/nixpkgs/trunk/; revision=32896 --- pkgs/games/spring/springlobby.nix | 12 ++++++------ pkgs/top-level/all-packages.nix | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pkgs/games/spring/springlobby.nix b/pkgs/games/spring/springlobby.nix index 4e34d3807ca..29ef9558819 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 +} diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 3528ddd822a..79c6a53eedd 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -7836,7 +7836,7 @@ let spring = callPackage ../games/spring { }; - springLobby = callPackage ../games/spring/spring-lobby.nix { }; + springLobby = callPackage ../games/spring/springlobby.nix { }; stardust = callPackage ../games/stardust {};