7 buildPythonPackage rec {
8 pname = "s2clientprotocol";
9 version = "3.19.1.58600.0";
12 inherit pname version;
13 sha256 = "02jqwdfj5zpag4c5nf0707qmwk7sqm98yfgrd19rq6pi58zgl74f";
16 patches = [ ./pure-version.patch ];
18 buildInputs = [ protobuf ];
21 description = "StarCraft II - client protocol.";
22 homepage = "https://github.com/Blizzard/sc2client-proto";
23 license = lib.licenses.mit;
24 maintainers = with lib.maintainers; [ danharaj ];