instead: 2.2.3 -> 2.2.5
This commit is contained in:
parent
c11dc40d09
commit
eda0134193
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ stdenv, fetchurl, SDL, SDL_ttf, SDL_image, SDL_mixer, pkgconfig, lua, zlib, unzip }:
|
{ stdenv, fetchurl, SDL, SDL_ttf, SDL_image, SDL_mixer, pkgconfig, lua, zlib, unzip }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "2.2.3";
|
version = "2.2.5";
|
||||||
|
|
||||||
# I took several games at random from http://instead.syscall.ru/games/
|
# I took several games at random from http://instead.syscall.ru/games/
|
||||||
games = [
|
games = [
|
||||||
|
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://downloads.sourceforge.net/project/instead/instead/${version}/instead_${version}.tar.gz";
|
url = "http://downloads.sourceforge.net/project/instead/instead/${version}/instead_${version}.tar.gz";
|
||||||
sha256 = "0g01z5z7777pwlsv63gwx4ly61hgqxv53hhb6g22dc5ydaq4965h";
|
sha256 = "1brnvphavh9jfv7scjhqfimbzl5fa0hfs2nsxqx4rjlsiqnrvrx1";
|
||||||
};
|
};
|
||||||
|
|
||||||
NIX_LDFLAGS = "-llua -lgcc_s";
|
NIX_LDFLAGS = "-llua -lgcc_s";
|
||||||
|
|
Loading…
Reference in a new issue