3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #74906 from Moredread/godot

godot: 3.1.1 -> 3.1.2
This commit is contained in:
lewo 2019-12-06 09:05:31 +01:00 committed by GitHub
commit 2e0646ee99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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