Skip to content

Commit

Permalink
godot: 2.1.3 -> 2.1.4
Browse files Browse the repository at this point in the history
When I tested this locally I had already merged in
pull #31587.

fixes #31588 #31587

(cherry picked from commit 61b20e2)
  • Loading branch information
jascase901 authored and Mic92 committed Nov 13, 2017
1 parent d17bc78 commit c19136c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pkgs/development/tools/godot/default.nix
@@ -1,20 +1,21 @@
{ stdenv, fetchFromGitHub, gcc, scons, pkgconfig, libX11, libXcursor
{ stdenv, fetchFromGitHub, gcc5, scons, pkgconfig, libX11, libXcursor
, libXinerama, libXrandr, libXrender, freetype, openssl, alsaLib
, libpulseaudio, mesa_glu, zlib }:

stdenv.mkDerivation rec {
name = "godot-${version}";
version = "2.1.3-stable";
version = "2.1.4-stable";

src = fetchFromGitHub {
owner = "godotengine";
repo = "godot";
rev = version;
sha256 = "04qbab0icpv3ascr4dqgj18sqvw04a1jypcngb0ji8npa8q9wxb2";
sha256 = "0d2zczn5k7296sky5gllq55cxd586nx134y2iwjpkqqjr62g0h48";
};

nativeBuildInputs = [ pkgconfig ];
buildInputs = [
gcc scons pkgconfig libX11 libXcursor libXinerama libXrandr libXrender
gcc5 scons libX11 libXcursor libXinerama libXrandr libXrender
freetype openssl alsaLib libpulseaudio mesa_glu zlib
];

Expand Down

0 comments on commit c19136c

Please sign in to comment.