commit
8477605a51
@ -1,9 +1,9 @@
|
|||||||
{ stdenv, fetchurl, python, pkgconfig, wrapPython
|
{ stdenv, fetchurl, python, cython, pkgconfig, wrapPython
|
||||||
, pygame, SDL, libpng, ffmpeg, freetype, glew, mesa, fribidi, zlib
|
, pygame, SDL, libpng, ffmpeg, freetype, glew, mesa, fribidi, zlib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "renpy-6.16.3";
|
name = "renpy-6.17.3";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Ren'Py Visual Novel Engine";
|
description = "Ren'Py Visual Novel Engine";
|
||||||
@ -14,12 +14,12 @@ stdenv.mkDerivation {
|
|||||||
};
|
};
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.renpy.org/dl/6.16.3/renpy-6.16.3-source.tar.bz2";
|
url = "http://www.renpy.org/dl/6.17.3/renpy-6.17.3-source.tar.bz2";
|
||||||
sha256 = "0yd7wj85kp0hlaqlrhl40irhkmcng89vcxypyx40pqmk87gjagqn";
|
sha256 = "1707xrjmnr4a209jqm4zkda0jyjd76f679g7d51g7vd5cs46s6ph";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
python pkgconfig wrapPython
|
python cython pkgconfig wrapPython
|
||||||
SDL libpng ffmpeg freetype glew mesa fribidi zlib pygame
|
SDL libpng ffmpeg freetype glew mesa fribidi zlib pygame
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user