Merge #62532: teeworlds: fetchSubmodules

This commit is contained in:
Vladimír Čunát 2019-06-09 10:49:19 +02:00
commit dd589adb74
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -10,7 +10,8 @@ stdenv.mkDerivation rec {
owner = "teeworlds"; owner = "teeworlds";
repo = "teeworlds"; repo = "teeworlds";
rev = version; rev = version;
sha256 = "05qj6gdw167pan1gwq82ffz03nmlhhzrv1sslpfm8w81nq4b5c72"; sha256 = "1hfj22xxswqnm1s74ln3dwl63rs4mk9g4yvpf75plswbxd0020la";
fetchSubmodules = true;
}; };
postPatch = '' postPatch = ''