Loading pkgs/by-name/co/conkeyscan/package.nix +5 −5 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ fetchFromGitHub, fetchpatch, }: python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication (finalAttrs: { pname = "conkeyscan"; version = "1.1.0"; pyproject = true; Loading @@ -12,7 +12,7 @@ python3.pkgs.buildPythonApplication rec { src = fetchFromGitHub { owner = "CompassSecurity"; repo = "conkeyscan"; tag = "v${version}"; tag = "v${finalAttrs.version}"; hash = "sha256-xYCms+Su7FmaG7KVHZpzfD/wx9Gepz11t8dEK/YDfvI="; }; Loading @@ -27,7 +27,7 @@ python3.pkgs.buildPythonApplication rec { postPatch = '' substituteInPlace setup.py \ --replace-fail "{{VERSION_PLACEHOLDER}}" "${version}" --replace-fail "{{VERSION_PLACEHOLDER}}" "${finalAttrs.version}" ''; build-system = with python3.pkgs; [ setuptools ]; Loading @@ -51,9 +51,9 @@ python3.pkgs.buildPythonApplication rec { meta = { description = "Tool to scan Confluence for keywords"; homepage = "https://github.com/CompassSecurity/conkeyscan"; changelog = "https://github.com/CompassSecurity/conkeyscan/releases/tag/v${version}"; changelog = "https://github.com/CompassSecurity/conkeyscan/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; mainProgram = "conkeyscan"; }; } }) Loading
pkgs/by-name/co/conkeyscan/package.nix +5 −5 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ fetchFromGitHub, fetchpatch, }: python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication (finalAttrs: { pname = "conkeyscan"; version = "1.1.0"; pyproject = true; Loading @@ -12,7 +12,7 @@ python3.pkgs.buildPythonApplication rec { src = fetchFromGitHub { owner = "CompassSecurity"; repo = "conkeyscan"; tag = "v${version}"; tag = "v${finalAttrs.version}"; hash = "sha256-xYCms+Su7FmaG7KVHZpzfD/wx9Gepz11t8dEK/YDfvI="; }; Loading @@ -27,7 +27,7 @@ python3.pkgs.buildPythonApplication rec { postPatch = '' substituteInPlace setup.py \ --replace-fail "{{VERSION_PLACEHOLDER}}" "${version}" --replace-fail "{{VERSION_PLACEHOLDER}}" "${finalAttrs.version}" ''; build-system = with python3.pkgs; [ setuptools ]; Loading @@ -51,9 +51,9 @@ python3.pkgs.buildPythonApplication rec { meta = { description = "Tool to scan Confluence for keywords"; homepage = "https://github.com/CompassSecurity/conkeyscan"; changelog = "https://github.com/CompassSecurity/conkeyscan/releases/tag/v${version}"; changelog = "https://github.com/CompassSecurity/conkeyscan/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; mainProgram = "conkeyscan"; }; } })