Merge pull request #83206 from josephtheengineer/master

godot: 3.2 -> 3.2.1
This commit is contained in:
lewo
2020-03-24 08:56:20 +01:00
committed by GitHub

View File

@@ -10,13 +10,13 @@ let
};
in stdenv.mkDerivation rec {
pname = "godot";
version = "3.2";
version = "3.2.1";
src = fetchFromGitHub {
owner = "godotengine";
repo = "godot";
rev = "${version}-stable";
sha256 = "0f15izjl4i2xlz1xj5pcslzl9gm3rmr3c21gh256ynpi2zhhkcdd";
sha256 = "1kndls0rklha7kz9l4i2ivjxab4jpk3b2j7dcgcg2qc3s81yd0r6";
};
nativeBuildInputs = [ pkgconfig ];