godot: 3.1.1 -> 3.1.2

This commit is contained in:
André-Patrick Bubel 2019-12-03 11:59:15 +01:00
parent 2c5b9702ef
commit e2d24a023f
No known key found for this signature in database
GPG key ID: 28925CBA8869FF29

View file

@ -10,13 +10,13 @@ let
};
in stdenv.mkDerivation rec {
pname = "godot";
version = "3.1.1";
version = "3.1.2";
src = fetchFromGitHub {
owner = "godotengine";
repo = "godot";
rev = "${version}-stable";
sha256 = "0lplkwgshh0x7r1daai9gflzwjnp3yfx4724h1myvidaz234v2wh";
sha256 = "12305wj2i4067jc50l8r0wmb7zjcna24fli8vb8kiaild0jrlip6";
};
nativeBuildInputs = [ pkgconfig ];