Loading pkgs/tools/security/trueseeing/default.nix +6 −2 Original line number Diff line number Diff line Loading @@ -5,14 +5,14 @@ python3.pkgs.buildPythonApplication rec { pname = "trueseeing"; version = "2.1.10"; version = "2.2.1"; pyproject = true; src = fetchFromGitHub { owner = "alterakey"; repo = "trueseeing"; rev = "refs/tags/v${version}"; hash = "sha256-q7hUsBmTRPizmNWueFtFDc5t7rd1evMrBj3oX1Q2VfM="; hash = "sha256-bgvnzCcxRiJnjcHVbcIA6YfpCOIDTLD5tQae/0Tqk4E="; }; nativeBuildInputs = with python3.pkgs; [ Loading @@ -23,12 +23,16 @@ python3.pkgs.buildPythonApplication rec { pythonRelaxDeps = true; propagatedBuildInputs = with python3.pkgs; [ asn1crypto attrs importlib-metadata jinja2 lxml progressbar2 pypubsub pyyaml termcolor zstandard ]; # Project has no tests Loading Loading
pkgs/tools/security/trueseeing/default.nix +6 −2 Original line number Diff line number Diff line Loading @@ -5,14 +5,14 @@ python3.pkgs.buildPythonApplication rec { pname = "trueseeing"; version = "2.1.10"; version = "2.2.1"; pyproject = true; src = fetchFromGitHub { owner = "alterakey"; repo = "trueseeing"; rev = "refs/tags/v${version}"; hash = "sha256-q7hUsBmTRPizmNWueFtFDc5t7rd1evMrBj3oX1Q2VfM="; hash = "sha256-bgvnzCcxRiJnjcHVbcIA6YfpCOIDTLD5tQae/0Tqk4E="; }; nativeBuildInputs = with python3.pkgs; [ Loading @@ -23,12 +23,16 @@ python3.pkgs.buildPythonApplication rec { pythonRelaxDeps = true; propagatedBuildInputs = with python3.pkgs; [ asn1crypto attrs importlib-metadata jinja2 lxml progressbar2 pypubsub pyyaml termcolor zstandard ]; # Project has no tests Loading