Skip to content

Instantly share code, notes, and snippets.

@Jomik
Created April 18, 2019 13:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jomik/ce3ed3c6c5be369e2f7ca43935b293da to your computer and use it in GitHub Desktop.
Save Jomik/ce3ed3c6c5be369e2f7ca43935b293da to your computer and use it in GitHub Desktop.
{ python3 }:
with python3.pkgs;
buildPythonPackage rec {
pname = "screepsapi";
version = "0.5.1";
format = "wheel";
src = fetchPypi {
inherit pname version format;
sha256 = "12r1amna2l8mh6pqqcr6gjgn7kmfchxz1q7sb15c467zvk80h3fz";
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment