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

buildPythonPackage (finalAttrs: {
  pname = "iamdata";
  version = "0.1.202602181";
  version = "0.1.202602191";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "cloud-copilot";
    repo = "iam-data-python";
    tag = "v${finalAttrs.version}";
    hash = "sha256-6HLwpTFTqS3T6VQ9jwr7+wVv8ARLDbh9a/68txWMvJU=";
    hash = "sha256-yvfJith7JfwO6lO57K3y98vqGHkEiEzmfM0WAktufck=";
  };

  __darwinAllowLocalNetworking = true;