tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
instead: update from 2.2.2 to 2.2.3
Pascal Wittmann
10 years ago
24023907
2958fedc
+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.2.2";
4
4
+
version = "2.2.3";
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 = "http://downloads.sourceforge.net/project/instead/instead/${version}/instead_${version}.tar.gz";
36
36
-
sha256 = "14aln69vvr7frsbjdfmzgf0rd45zf247xbfsnhx3hlfsqlj58wd3";
36
36
+
sha256 = "0g01z5z7777pwlsv63gwx4ly61hgqxv53hhb6g22dc5ydaq4965h";
37
37
};
38
38
39
39
NIX_LDFLAGS = "-llua -lgcc_s";