godot: 3.1.2 -> 3.2

This commit is contained in:
Andrew Abbott
2020-02-13 10:27:23 +11:00
parent 2d80e4087c
commit cf8bb29287
2 changed files with 5 additions and 6 deletions
+2 -2
View File
@@ -10,13 +10,13 @@ let
};
in stdenv.mkDerivation rec {
pname = "godot";
version = "3.1.2";
version = "3.2";
src = fetchFromGitHub {
owner = "godotengine";
repo = "godot";
rev = "${version}-stable";
sha256 = "12305wj2i4067jc50l8r0wmb7zjcna24fli8vb8kiaild0jrlip6";
sha256 = "0f15izjl4i2xlz1xj5pcslzl9gm3rmr3c21gh256ynpi2zhhkcdd";
};
nativeBuildInputs = [ pkgconfig ];