Skip to content

Commit 4a3e1d8

Browse files
r-raymondvbgl
authored andcommittedJul 8, 2017
godot 2.1.1-stable -> 2.1.3-stable
1 parent 645f11b commit 4a3e1d8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎pkgs/development/tools/godot/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
stdenv.mkDerivation rec {
66
name = "godot-${version}";
7-
version = "2.1.1-stable";
7+
version = "2.1.3-stable";
88

99
src = fetchFromGitHub {
1010
owner = "godotengine";
1111
repo = "godot";
1212
rev = version;
13-
sha256 = "071qkm1l6yn2s9ha67y15w2phvy5m5wl3wqvrslhfmnsir3q3k01";
13+
sha256 = "04qbab0icpv3ascr4dqgj18sqvw04a1jypcngb0ji8npa8q9wxb2";
1414
};
1515

1616
buildInputs = [
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
+++ build/platform/x11/detect.py
2-
@@ -132,6 +132,10 @@
2+
@@ -139,6 +139,10 @@
33
env.ParseConfig('pkg-config xinerama --cflags --libs')
44
env.ParseConfig('pkg-config xcursor --cflags --libs')
55
env.ParseConfig('pkg-config xrandr --cflags --libs')
@@ -9,4 +9,4 @@
99
+ env.ParseConfig('pkg-config zlib --cflags --libs')
1010

1111
if (env['builtin_openssl'] == 'no'):
12-
env.ParseConfig('pkg-config openssl --cflags --libs')
12+
# Currently not compatible with OpenSSL 1.1.0+

0 commit comments

Comments
 (0)
Please sign in to comment.