summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorDomen Kozar <domen@dev.si>2013-03-30 20:04:31 +0100
committerDomen Kozar <domen@dev.si>2013-03-30 20:05:13 +0100
commitc72ac21c55edbe4e7f8fb69a62dd747231e276e0 (patch)
treeab2f5e0132faaf6efe9a207b6b3017dcde2f19a3 /pkgs/games
parent55f14cc7f300bd9e72b903e8a70de0257d803fb6 (diff)
downloadnixlib-c72ac21c55edbe4e7f8fb69a62dd747231e276e0.tar
nixlib-c72ac21c55edbe4e7f8fb69a62dd747231e276e0.tar.gz
nixlib-c72ac21c55edbe4e7f8fb69a62dd747231e276e0.tar.bz2
nixlib-c72ac21c55edbe4e7f8fb69a62dd747231e276e0.tar.lz
nixlib-c72ac21c55edbe4e7f8fb69a62dd747231e276e0.tar.xz
nixlib-c72ac21c55edbe4e7f8fb69a62dd747231e276e0.tar.zst
nixlib-c72ac21c55edbe4e7f8fb69a62dd747231e276e0.zip
springlobby: bump to 0.169
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/spring/springlobby.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/games/spring/springlobby.nix b/pkgs/games/spring/springlobby.nix
index 4e06c31442a6..e6051a12a267 100644
--- a/pkgs/games/spring/springlobby.nix
+++ b/pkgs/games/spring/springlobby.nix
@@ -1,16 +1,16 @@
-{ stdenv, fetchurl, cmake, wxGTK, openal, pkgconfig, curl, libtorrentRasterbar
+{ stdenv, fetchurl, cmake, wxGTK, openal, pkgconfig, curl, libtorrentRasterbar, libpng, libX11
 , gettext, bash, gawk, boost}:
 stdenv.mkDerivation rec {
 
   name = "springlobby-${version}";
-  version = "0.146";
+  version = "0.169";
 
   src = fetchurl {
     url = "http://www.springlobby.info/tarballs/springlobby-${version}.tar.bz2";
-    sha256 = "55899baf6732e48bfaa36d80974aa135c051d2cbb6fe92fbcffd80440639eedf";
+    sha256 = "1wr8q2ha3wh718rr5rg7l6v404nf1rgkg4wkja77rfqy7r18zn7g";
   };
 
-  buildInputs = [ cmake wxGTK openal pkgconfig curl gettext libtorrentRasterbar boost];
+  buildInputs = [ cmake wxGTK openal pkgconfig curl gettext libtorrentRasterbar boost libpng libX11 ];
 
   prePatch = ''
     substituteInPlace tools/regen_config_header.sh --replace "#!/usr/bin/env bash" "#!${bash}/bin/bash"