Loading pkgs/development/python-modules/certihound/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -11,13 +11,13 @@ setuptools, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "certihound"; version = "0.3.0"; pyproject = true; src = fetchPypi { inherit pname version; inherit (finalAttrs) pname version; hash = "sha256-ERJ5fbYikhKLwchSIBe5s4KF/1HsXZ1O00QnYXAe+ps="; }; Loading @@ -43,4 +43,4 @@ buildPythonPackage rec { license = lib.licenses.mit; maintainers = with lib.maintainers; [ letgamer ]; }; } }) Loading
pkgs/development/python-modules/certihound/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -11,13 +11,13 @@ setuptools, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "certihound"; version = "0.3.0"; pyproject = true; src = fetchPypi { inherit pname version; inherit (finalAttrs) pname version; hash = "sha256-ERJ5fbYikhKLwchSIBe5s4KF/1HsXZ1O00QnYXAe+ps="; }; Loading @@ -43,4 +43,4 @@ buildPythonPackage rec { license = lib.licenses.mit; maintainers = with lib.maintainers; [ letgamer ]; }; } })