Fabian Affolter
2026-08-22 09:38:43 +02:00
parent 7ab4800f1b
commit 1db6c5d700

View File

@@ -8,14 +8,14 @@
buildPythonPackage (finalAttrs: {
pname = "iamdata";
version = "0.1.202608211";
version = "0.1.202608221";
pyproject = true;
src = fetchFromGitHub {
owner = "cloud-copilot";
repo = "iam-data-python";
tag = "v${finalAttrs.version}";
hash = "sha256-HTwfyh52StSgis6FuixdVFX+/HMV0yuv8nDnmtPf0hE=";
hash = "sha256-FckYgnqjQUmVPqMdnqlhETFtdJRRHMIeg66mleh1bVU=";
};
__darwinAllowLocalNetworking = true;