instead: update from 2.2.2 to 2.2.3

+2 -2
+2 -2
pkgs/games/instead/default.nix
··· 1 { stdenv, fetchurl, SDL, SDL_ttf, SDL_image, SDL_mixer, pkgconfig, lua, zlib, unzip }: 2 3 let 4 - version = "2.2.2"; 5 6 # I took several games at random from http://instead.syscall.ru/games/ 7 games = [ ··· 33 34 src = fetchurl { 35 url = "http://downloads.sourceforge.net/project/instead/instead/${version}/instead_${version}.tar.gz"; 36 - sha256 = "14aln69vvr7frsbjdfmzgf0rd45zf247xbfsnhx3hlfsqlj58wd3"; 37 }; 38 39 NIX_LDFLAGS = "-llua -lgcc_s";
··· 1 { stdenv, fetchurl, SDL, SDL_ttf, SDL_image, SDL_mixer, pkgconfig, lua, zlib, unzip }: 2 3 let 4 + version = "2.2.3"; 5 6 # I took several games at random from http://instead.syscall.ru/games/ 7 games = [ ··· 33 34 src = fetchurl { 35 url = "http://downloads.sourceforge.net/project/instead/instead/${version}/instead_${version}.tar.gz"; 36 + sha256 = "0g01z5z7777pwlsv63gwx4ly61hgqxv53hhb6g22dc5ydaq4965h"; 37 }; 38 39 NIX_LDFLAGS = "-llua -lgcc_s";