Fabian Affolter
2026-09-17 10:47:41 +02:00
parent e6d44bcd4a
commit fbb79eaebd

View File

@@ -8,14 +8,14 @@
buildPythonPackage (finalAttrs: {
pname = "iamdata";
version = "0.1.202609161";
version = "0.1.202609171";
pyproject = true;
src = fetchFromGitHub {
owner = "cloud-copilot";
repo = "iam-data-python";
tag = "v${finalAttrs.version}";
hash = "sha256-BUL81+mZUhdHwAM+JGQHSznF+m/xl76pJHyfb8OYm6c=";
hash = "sha256-ugO2Soy3OgLXVFHwMZFnjbOVTd0/2ToUrnRi2Urxw0g=";
};
__darwinAllowLocalNetworking = true;