Loading pkgs/development/python-modules/iamdata/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -6,16 +6,16 @@ pytestCheckHook, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "iamdata"; version = "0.1.202601031"; version = "0.1.202601051"; pyproject = true; src = fetchFromGitHub { owner = "cloud-copilot"; repo = "iam-data-python"; tag = "v${version}"; hash = "sha256-01PMwJ7F7quyZPHUWVtTe9dkAktZ3j8MbIysIcb+BD4="; tag = "v${finalAttrs.version}"; hash = "sha256-zCFUaPVocCvFH3eWdfufWHDsgN/ewW/hKoS9D/XnInU="; }; __darwinAllowLocalNetworking = true; Loading @@ -31,8 +31,8 @@ buildPythonPackage rec { meta = { description = "Module for utilizing AWS IAM data for Services, Actions, Resources, and Condition Keys"; homepage = "https://github.com/cloud-copilot/iam-data-python"; changelog = "https://github.com/cloud-copilot/iam-data-python/releases/tag/${src.tag}"; changelog = "https://github.com/cloud-copilot/iam-data-python/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; } }) Loading
pkgs/development/python-modules/iamdata/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -6,16 +6,16 @@ pytestCheckHook, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "iamdata"; version = "0.1.202601031"; version = "0.1.202601051"; pyproject = true; src = fetchFromGitHub { owner = "cloud-copilot"; repo = "iam-data-python"; tag = "v${version}"; hash = "sha256-01PMwJ7F7quyZPHUWVtTe9dkAktZ3j8MbIysIcb+BD4="; tag = "v${finalAttrs.version}"; hash = "sha256-zCFUaPVocCvFH3eWdfufWHDsgN/ewW/hKoS9D/XnInU="; }; __darwinAllowLocalNetworking = true; Loading @@ -31,8 +31,8 @@ buildPythonPackage rec { meta = { description = "Module for utilizing AWS IAM data for Services, Actions, Resources, and Condition Keys"; homepage = "https://github.com/cloud-copilot/iam-data-python"; changelog = "https://github.com/cloud-copilot/iam-data-python/releases/tag/${src.tag}"; changelog = "https://github.com/cloud-copilot/iam-data-python/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; } })