Merge pull request #84210 from prusnak/armagetronad
armagetronad: 0.2.8.3.4 -> 0.2.8.3.5
This commit is contained in:
commit
98a8b5d519
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
let
|
||||
versionMajor = "0.2.8";
|
||||
versionMinor = "3.4";
|
||||
versionMinor = "3.5";
|
||||
version = "${versionMajor}.${versionMinor}";
|
||||
in
|
||||
|
||||
|
@ -11,7 +11,7 @@ stdenv.mkDerivation {
|
|||
inherit version;
|
||||
src = fetchurl {
|
||||
url = "https://launchpad.net/armagetronad/${versionMajor}/${versionMajor}.${versionMinor}/+download/armagetronad-${version}.src.tar.bz2";
|
||||
sha256 = "157pp84wf0q3bdb72rnbm3ck0czwx2ply6lyhj8z7kfdc7csdbr3";
|
||||
sha256 = "1vyja7mzivs3pacxb7kznndsgqhq4p0f7x2zg55dckvzqwprdhqx";
|
||||
};
|
||||
|
||||
NIX_LDFLAGS = "-lSDL_image";
|
||||
|
@ -22,7 +22,7 @@ stdenv.mkDerivation {
|
|||
buildInputs = [ SDL SDL_image libxml2 libjpeg libpng libGLU libGL zlib ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://armagetronad.org;
|
||||
homepage = "http://armagetronad.org";
|
||||
description = "An multiplayer networked arcade racing game in 3D similar to Tron";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
|
|
Loading…
Reference in a new issue