Skip to content

Commit

Permalink
xonotic: 0.8.1 -> 0.8.2
Browse files Browse the repository at this point in the history
As with 0.8.1, music is still not working.
  • Loading branch information
Unai Zalakain authored and Profpatsch committed May 26, 2017
1 parent b0f167e commit 87c1097
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/games/xonotic/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand All @@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
# glx
libX11 mesa libXpm libXext libXxf86vm alsaLib
# sdl
SDL
SDL2
zlib libvorbis curl
];

Expand Down Expand Up @@ -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 = [];
};
Expand Down

0 comments on commit 87c1097

Please sign in to comment.