godot: 3.2 -> 3.2.1

This commit is contained in:
josephtheengineer 2020-03-23 20:35:53 +10:00
parent 3578bb5d85
commit 49f0b276f8
No known key found for this signature in database
GPG Key ID: 4A5C569F26265D31

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 ];