instead: 2.4.0 -> 2.4.1
This commit is contained in:
parent
b56dc1c4b0
commit
fe6899e330
@ -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.4.0";
|
version = "2.4.1";
|
||||||
|
|
||||||
# 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 = "mirror://sourceforge/project/instead/instead/${version}/instead_${version}.tar.gz";
|
url = "mirror://sourceforge/project/instead/instead/${version}/instead_${version}.tar.gz";
|
||||||
sha256 = "1xxga3ppgjshxzd0p53vsbaqkpzmjnm4vw0j1v7qbqzjgi3r44ix";
|
sha256 = "1i69b10jfb980d5zhmvh1i789hh982vxiwgqna82b84pdf3y7kgw";
|
||||||
};
|
};
|
||||||
|
|
||||||
NIX_LDFLAGS = "-llua -lgcc_s";
|
NIX_LDFLAGS = "-llua -lgcc_s";
|
||||||
|
Loading…
Reference in New Issue
Block a user