godot 2.1.1-stable -> 2.1.3-stable

This commit is contained in:
Robin Raymond 2017-06-30 16:52:59 +02:00 committed by vbgl
parent 645f11b13d
commit 4a3e1d83a1
2 changed files with 4 additions and 4 deletions

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
name = "godot-${version}";
version = "2.1.1-stable";
version = "2.1.3-stable";
src = fetchFromGitHub {
owner = "godotengine";
repo = "godot";
rev = version;
sha256 = "071qkm1l6yn2s9ha67y15w2phvy5m5wl3wqvrslhfmnsir3q3k01";
sha256 = "04qbab0icpv3ascr4dqgj18sqvw04a1jypcngb0ji8npa8q9wxb2";
};
buildInputs = [

View File

@ -1,5 +1,5 @@
+++ build/platform/x11/detect.py
@@ -132,6 +132,10 @@
@@ -139,6 +139,10 @@
env.ParseConfig('pkg-config xinerama --cflags --libs')
env.ParseConfig('pkg-config xcursor --cflags --libs')
env.ParseConfig('pkg-config xrandr --cflags --libs')
@ -9,4 +9,4 @@
+ env.ParseConfig('pkg-config zlib --cflags --libs')
if (env['builtin_openssl'] == 'no'):
env.ParseConfig('pkg-config openssl --cflags --libs')
# Currently not compatible with OpenSSL 1.1.0+