tome4: 1.3.1 -> 1.3.3
This commit is contained in:
parent
848064cef6
commit
46b57614d9
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
{stdenv, fetchurl, openal, libvorbis, mesa_glu, premake4, SDL2, SDL2_image, SDL2_ttf}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "1.3.1";
|
||||
version = "1.3.3";
|
||||
name = "tome4-${version}";
|
||||
src = fetchurl {
|
||||
url = "http://te4.org/dl/t-engine/t-engine4-src-1.3.1.tar.bz2";
|
||||
sha256 = "9b6658e29ad3be9f8469a61e724350f4dfec676777e471f633d616443dfbc7e7";
|
||||
url = "http://te4.org/dl/t-engine/t-engine4-src-${version}.tar.bz2";
|
||||
sha256 = "d4c6d6aa0cb73b28172cebf89e4271b0a51c6e7dea744ce9c6d6042dd076e9cd";
|
||||
};
|
||||
buildInputs = [ mesa_glu openal libvorbis SDL2 SDL2_ttf SDL2_image premake4 ];
|
||||
preConfigure = ''
|
||||
|
|
Loading…
Reference in a new issue