Merge pull request #42258 from r-ryantm/auto-update/godot

godot: 3.0.2 -> 3.0.3
This commit is contained in:
Jörg Thalheim 2018-06-20 23:24:51 +01:00 committed by GitHub
commit 0456edc275
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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