instead: 3.2.2 -> 3.3.0

This commit is contained in:
Pascal Wittmann 2019-03-09 21:08:53 +01:00
parent 7435c633f6
commit c999c2c89b
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -1,7 +1,7 @@
{ stdenv, fetchurl, SDL, SDL_ttf, SDL_image, SDL_mixer, pkgconfig, lua, zlib, unzip }:
let
version = "3.2.2";
version = "3.3.0";
# I took several games at random from http://instead.syscall.ru/games/
games = [
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://sourceforge/project/instead/instead/${version}/instead_${version}.tar.gz";
sha256 = "07zgbp8jyxkap3jccgv1ifmrgh6q7xsf18kyla2swdlaahp76gpx";
sha256 = "0kskwrq2gy1gpp97134sjrw08ip1h6i5dc64zrbl9yv7jaz4by69";
};
NIX_LDFLAGS = "-llua -lgcc_s";