6 python3Packages.buildPythonApplication rec {
10 src = fetchFromGitHub {
14 hash = "sha256-XuNkqTAT9LlSwruchGQbombAKHZvKhpnqLfvJdDcrj0=";
19 nativeBuildInputs = with python3Packages; [
23 propagatedBuildInputs = with python3Packages; [
30 homepage = "https://github.com/Emersont1/itchio";
31 description = "itch.io download tool";
32 license = licenses.mit;
33 maintainers = with maintainers; [ fgaz ];