tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
instead: 2.4.0 -> 2.4.1
Pascal Wittmann
9 years ago
fe6899e3
b56dc1c4
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
games
instead
default.nix
+2
-2
pkgs/games/instead/default.nix
···
1
1
{ stdenv, fetchurl, SDL, SDL_ttf, SDL_image, SDL_mixer, pkgconfig, lua, zlib, unzip }:
2
2
3
3
let
4
4
-
version = "2.4.0";
4
4
+
version = "2.4.1";
5
5
6
6
# I took several games at random from http://instead.syscall.ru/games/
7
7
games = [
···
33
33
34
34
src = fetchurl {
35
35
url = "mirror://sourceforge/project/instead/instead/${version}/instead_${version}.tar.gz";
36
36
-
sha256 = "1xxga3ppgjshxzd0p53vsbaqkpzmjnm4vw0j1v7qbqzjgi3r44ix";
36
36
+
sha256 = "1i69b10jfb980d5zhmvh1i789hh982vxiwgqna82b84pdf3y7kgw";
37
37
};
38
38
39
39
NIX_LDFLAGS = "-llua -lgcc_s";