mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 01:54:34 +00:00
games/teeworlds: Updated to 0.6.1, added myself as maintainer.
svn path=/nixpkgs/trunk/; revision=30259
This commit is contained in:
parent
1916578852
commit
10128798b5
@ -1,11 +1,11 @@
|
|||||||
{ fetchurl, stdenv, python, alsaLib, libX11, mesa, SDL, lua5, zlib, bam }:
|
{ fetchurl, stdenv, python, alsaLib, libX11, mesa, SDL, lua5, zlib, bam }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "teeworlds-0.6.0";
|
name = "teeworlds-0.6.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.teeworlds.com/files/${name}-src.tar.gz";
|
url = "http://www.teeworlds.com/files/${name}-source.tar.gz";
|
||||||
sha256 = "7540ecf10624b7e4e530c44402dc2d162ff40a3fe10bf30e0bb542d3d0a6a721";
|
sha256 = "025rcz59mdqksja4akn888c8avj9j28rk86vw7w1licdp67x8a33";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Note: Teeworlds requires Python 2.x to compile. Python 3.0 will
|
# Note: Teeworlds requires Python 2.x to compile. Python 3.0 will
|
||||||
@ -62,5 +62,7 @@ EOF
|
|||||||
|
|
||||||
homepage = http://teeworlds.com/;
|
homepage = http://teeworlds.com/;
|
||||||
license = "BSD-style, see `license.txt'";
|
license = "BSD-style, see `license.txt'";
|
||||||
|
maintainers = with stdenv.lib.maintainers; [ astsmtl ];
|
||||||
|
platforms = with stdenv.lib.platforms; linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user