1 { lib, python3Packages }:
3 python3Packages.buildPythonApplication rec {
7 src = python3Packages.fetchPypi {
9 sha256 = "7n/ddjF6eJklo+T79+/zBxSHryebc2W9gxwxsb2BbF4=";
12 propagatedBuildInputs = with python3Packages; [
13 colorama flask flask-httpauth werkzeug pyopenssl
17 $out/bin/updog --help > /dev/null
21 description = "Updog is a replacement for Python's SimpleHTTPServer";
22 homepage = "https://github.com/sc0tfree/updog";
23 license = licenses.mit;
24 maintainers = with maintainers; [ ethancedwards8 ];