springLobby: 0.270 -> 0.273

+6 -11
+6 -11
pkgs/games/spring/springlobby.nix
··· 1 1 { lib 2 2 , stdenv 3 3 , fetchurl 4 - , fetchpatch 5 4 , cmake 6 - , wxGTK30 5 + , wxGTK32 7 6 , openal 8 7 , pkg-config 9 8 , curl ··· 13 12 , gettext 14 13 , boost 15 14 , libnotify 16 - , gtk2 15 + , gtk3 17 16 , doxygen 18 17 , spring 19 18 , makeWrapper ··· 26 25 27 26 stdenv.mkDerivation rec { 28 27 pname = "springlobby"; 29 - version = "0.270"; 28 + version = "0.273"; 30 29 31 30 src = fetchurl { 32 31 url = "https://springlobby.springrts.com/dl/stable/springlobby-${version}.tar.bz2"; 33 - sha256 = "1r1g2hw9ipsmsmzbhsi7bxqra1za6x7j1kw12qzl5psqyq8rqbgs"; 32 + sha256 = "sha256-XkU6i6ABCgw3H9vJu0xjHRO1BglueYM1LyJxcZdOrDk="; 34 33 }; 35 34 36 35 nativeBuildInputs = [ cmake pkg-config gettext doxygen makeWrapper ]; 37 36 buildInputs = [ 38 - wxGTK30 37 + wxGTK32 39 38 openal 40 39 curl 41 40 libtorrent-rasterbar ··· 45 44 libpng 46 45 libX11 47 46 libnotify 48 - gtk2 47 + gtk3 49 48 glib 50 49 minizip 51 50 alure ··· 54 53 patches = [ 55 54 ./revert_58b423e.patch # Allows springLobby to continue using system installed spring until #707 is fixed 56 55 ./fix-certs.patch 57 - (fetchpatch { 58 - url = "https://github.com/springlobby/springlobby/commit/252c4cb156c1442ed9b4faec3f26265bc7c295ff.patch"; 59 - sha256 = "sha256-Nq1F5fRPnCkZwl9KgrfuUmpIMK3hUOyZQYIKElWpmzU="; 60 - }) 61 56 ]; 62 57 63 58 postInstall = ''