godot: 3.0 -> 3.0.2

This commit is contained in:
James Kay 2018-03-16 19:54:32 +00:00
parent 998f42aa48
commit 5fbbd5e02b
No known key found for this signature in database
GPG Key ID: 76BE7F17BF11AD15

View File

@ -10,13 +10,13 @@ let
}; };
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
name = "godot-${version}"; name = "godot-${version}";
version = "3.0"; version = "3.0.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "godotengine"; owner = "godotengine";
repo = "godot"; repo = "godot";
rev = "${version}-stable"; rev = "${version}-stable";
sha256 = "1pgs2hghjhs3vkgxsi50i5myr7yac3jhpk4vi4bcra1cvdmkgr39"; sha256 = "1ca1zznb7qqn4vf2nfwb8nww5x0k8fc4lwjvgydr6nr2mn70xka4";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkgconfig ];