Skip to content

Commit 87c1097

Browse files
Unai ZalakainProfpatsch
Unai Zalakain
authored andcommittedMay 26, 2017
xonotic: 0.8.1 -> 0.8.2
As with 0.8.1, music is still not working.
1 parent b0f167e commit 87c1097

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎pkgs/games/xonotic/default.nix

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
, # glx
55
libX11, mesa, libXpm, libXext, libXxf86vm, alsaLib
66
, # sdl
7-
SDL
7+
SDL2
88
}:
99

1010
stdenv.mkDerivation rec {
11-
name = "xonotic-0.8.1";
11+
name = "xonotic-0.8.2";
1212

1313
src = fetchurl {
1414
url = "http://dl.xonotic.org/${name}.zip";
15-
sha256 = "0vy4hkrbpz9g91gb84cbv4xl845qxaknak6hshk2yflrw90wr2xy";
15+
sha256 = "1mcs6l4clvn7ibfq3q69k2p0z6ww75rxvnngamdq5ic6yhq74bx2";
1616
};
1717

1818
buildInputs = [
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
2121
# glx
2222
libX11 mesa libXpm libXext libXxf86vm alsaLib
2323
# sdl
24-
SDL
24+
SDL2
2525
zlib libvorbis curl
2626
];
2727

@@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
6868
'';
6969
homepage = http://www.xonotic.org;
7070
license = stdenv.lib.licenses.gpl2Plus;
71-
maintainers = with stdenv.lib.maintainers; [ astsmtl ];
71+
maintainers = with stdenv.lib.maintainers; [ astsmtl zalakain ];
7272
platforms = stdenv.lib.platforms.linux;
7373
hydraPlatforms = [];
7474
};

0 commit comments

Comments
 (0)
Please sign in to comment.