Commit e1f99dd0 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 5156de68
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage rec {
  pname = "iamdata";
  version = "0.1.202512071";
  version = "0.1.202512081";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "cloud-copilot";
    repo = "iam-data-python";
    tag = "v${version}";
    hash = "sha256-gP8Dar9tFolccIsC5xs0wI8T3licZzikdqvhtw/eQ+U=";
    hash = "sha256-1zMFtV1s+JiBUWeSIcDSetliCp8XUCD3IkqvQIeHvUU=";
  };

  __darwinAllowLocalNetworking = true;