xonotic: 0.8.1 -> 0.8.2

As with 0.8.1, music is still not working.
This commit is contained in:
Unai Zalakain 2017-05-26 11:28:17 +02:00 committed by Profpatsch
parent b0f167e96d
commit 87c1097af1

View file

@ -4,15 +4,15 @@
, # glx
libX11, mesa, libXpm, libXext, libXxf86vm, alsaLib
, # sdl
SDL
SDL2
}:
stdenv.mkDerivation rec {
name = "xonotic-0.8.1";
name = "xonotic-0.8.2";
src = fetchurl {
url = "http://dl.xonotic.org/${name}.zip";
sha256 = "0vy4hkrbpz9g91gb84cbv4xl845qxaknak6hshk2yflrw90wr2xy";
sha256 = "1mcs6l4clvn7ibfq3q69k2p0z6ww75rxvnngamdq5ic6yhq74bx2";
};
buildInputs = [
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
# glx
libX11 mesa libXpm libXext libXxf86vm alsaLib
# sdl
SDL
SDL2
zlib libvorbis curl
];
@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
'';
homepage = http://www.xonotic.org;
license = stdenv.lib.licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [ astsmtl ];
maintainers = with stdenv.lib.maintainers; [ astsmtl zalakain ];
platforms = stdenv.lib.platforms.linux;
hydraPlatforms = [];
};