File tree 2 files changed +4
-4
lines changed
pkgs/development/tools/godot
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
stdenv . mkDerivation rec {
6
6
name = "godot-${ version } " ;
7
- version = "2.1.1 -stable" ;
7
+ version = "2.1.3 -stable" ;
8
8
9
9
src = fetchFromGitHub {
10
10
owner = "godotengine" ;
11
11
repo = "godot" ;
12
12
rev = version ;
13
- sha256 = "071qkm1l6yn2s9ha67y15w2phvy5m5wl3wqvrslhfmnsir3q3k01 " ;
13
+ sha256 = "04qbab0icpv3ascr4dqgj18sqvw04a1jypcngb0ji8npa8q9wxb2 " ;
14
14
} ;
15
15
16
16
buildInputs = [
Original file line number Diff line number Diff line change 1
1
+++ build/platform/x11/detect.py
2
- @@ -132 ,6 +132 ,10 @@
2
+ @@ -139 ,6 +139 ,10 @@
3
3
env.ParseConfig('pkg-config xinerama --cflags --libs')
4
4
env.ParseConfig('pkg-config xcursor --cflags --libs')
5
5
env.ParseConfig('pkg-config xrandr --cflags --libs')
9
9
+ env.ParseConfig('pkg-config zlib --cflags --libs')
10
10
11
11
if (env['builtin_openssl'] == 'no'):
12
- env.ParseConfig('pkg-config openssl --cflags --libs')
12
+ # Currently not compatible with OpenSSL 1.1.0+
You can’t perform that action at this time.
0 commit comments