Loading pkgs/development/python-modules/elastic-apm/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -24,11 +24,12 @@ , tornado , urllib3 , webob , wrapt }: buildPythonPackage rec { pname = "elastic-apm"; version = "6.12.0"; version = "6.13.2"; format = "setuptools"; disabled = pythonOlder "3.8"; Loading @@ -37,7 +38,7 @@ buildPythonPackage rec { owner = "elastic"; repo = "apm-agent-python"; rev = "refs/tags/v${version}"; hash = "sha256-tAX96aOPuwtchLk5A1ANuZI5w5H9/yX3Zj9bRSyHv90="; hash = "sha256-HbIra8Cxgn/2xOVEvtcc7rMtSLBmWMxxHlIM44Oy+8U="; }; propagatedBuildInputs = [ Loading @@ -48,6 +49,7 @@ buildPythonPackage rec { starlette tornado urllib3 wrapt ]; checkInputs = [ Loading pkgs/development/python-modules/json-logging/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "bobbui"; repo = "json-logging-python"; rev = version; rev = "refs/tags/${version}"; hash = "sha256-WOAEY1pONH+Gx1b8zHZDMNgJJSn7jvMO60LYTA8z/dE="; }; Loading Loading @@ -53,6 +53,7 @@ buildPythonPackage rec { infrastructure such as ELK, EFK, AWS Cloudwatch, GCP Stackdriver. ''; homepage = "https://github.com/bobbui/json-logging-python"; changelog = "https://github.com/bobbui/json-logging-python/releases/tag/${version}"; license = licenses.asl20; maintainers = with maintainers; [ AluisioASG ]; }; Loading Loading
pkgs/development/python-modules/elastic-apm/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -24,11 +24,12 @@ , tornado , urllib3 , webob , wrapt }: buildPythonPackage rec { pname = "elastic-apm"; version = "6.12.0"; version = "6.13.2"; format = "setuptools"; disabled = pythonOlder "3.8"; Loading @@ -37,7 +38,7 @@ buildPythonPackage rec { owner = "elastic"; repo = "apm-agent-python"; rev = "refs/tags/v${version}"; hash = "sha256-tAX96aOPuwtchLk5A1ANuZI5w5H9/yX3Zj9bRSyHv90="; hash = "sha256-HbIra8Cxgn/2xOVEvtcc7rMtSLBmWMxxHlIM44Oy+8U="; }; propagatedBuildInputs = [ Loading @@ -48,6 +49,7 @@ buildPythonPackage rec { starlette tornado urllib3 wrapt ]; checkInputs = [ Loading
pkgs/development/python-modules/json-logging/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "bobbui"; repo = "json-logging-python"; rev = version; rev = "refs/tags/${version}"; hash = "sha256-WOAEY1pONH+Gx1b8zHZDMNgJJSn7jvMO60LYTA8z/dE="; }; Loading Loading @@ -53,6 +53,7 @@ buildPythonPackage rec { infrastructure such as ELK, EFK, AWS Cloudwatch, GCP Stackdriver. ''; homepage = "https://github.com/bobbui/json-logging-python"; changelog = "https://github.com/bobbui/json-logging-python/releases/tag/${version}"; license = licenses.asl20; maintainers = with maintainers; [ AluisioASG ]; }; Loading