Loading pkgs/development/python-modules/pyexploitdb/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -7,13 +7,13 @@ setuptools, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "pyexploitdb"; version = "0.3.9"; pyproject = true; src = fetchPypi { inherit pname version; inherit (finalAttrs) pname version; hash = "sha256-ef4+I0xjYLfe4QPgfZNWLQB+0WAA4WUEn1W6uTSGkjU="; }; Loading @@ -36,4 +36,4 @@ buildPythonPackage rec { license = lib.licenses.gpl3Plus; maintainers = with lib.maintainers; [ fab ]; }; } }) Loading
pkgs/development/python-modules/pyexploitdb/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -7,13 +7,13 @@ setuptools, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "pyexploitdb"; version = "0.3.9"; pyproject = true; src = fetchPypi { inherit pname version; inherit (finalAttrs) pname version; hash = "sha256-ef4+I0xjYLfe4QPgfZNWLQB+0WAA4WUEn1W6uTSGkjU="; }; Loading @@ -36,4 +36,4 @@ buildPythonPackage rec { license = lib.licenses.gpl3Plus; maintainers = with lib.maintainers; [ fab ]; }; } })