diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 109391639f535..a4e4e9c0ba6c7 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -28996,6 +28996,12 @@ githubId = 5356506; name = "Tricia Tan"; }; + tristanqtn = { + email = "tristan.querton@gmail.com"; + github = "tristanqtn"; + githubId = 77152870; + name = "Tristan Querton"; + }; trobert = { email = "thibaut.robert@gmail.com"; github = "trobert"; diff --git a/pkgs/by-name/ex/exegol/package.nix b/pkgs/by-name/ex/exegol/package.nix index 43ac070e546ee..7485d4a5f34c5 100644 --- a/pkgs/by-name/ex/exegol/package.nix +++ b/pkgs/by-name/ex/exegol/package.nix @@ -6,7 +6,7 @@ }: python3Packages.buildPythonApplication (finalAttrs: { pname = "exegol"; - version = "5.1.10"; + version = "5.1.11"; pyproject = true; __structuredAttrs = true; @@ -14,7 +14,7 @@ python3Packages.buildPythonApplication (finalAttrs: { owner = "ThePorgs"; repo = "Exegol"; tag = finalAttrs.version; - hash = "sha256-iyzTBZHOzr6CfZDqHvycdWZply/BXH7kESaO5pDLBMY="; + hash = "sha256-FI6lBJkJqmDexfxOWOa4tFe06tOFmUezy7OoDqXQN24="; }; build-system = with python3Packages; [ pdm-backend ]; @@ -22,6 +22,7 @@ python3Packages.buildPythonApplication (finalAttrs: { pythonRelaxDeps = [ "argcomplete" "cryptography" + "docker" "pydantic" "requests" "rich" @@ -42,12 +43,10 @@ python3Packages.buildPythonApplication (finalAttrs: { requests rich supabase + tzlocal ] ++ pyjwt.optional-dependencies.crypto - ++ [ xhost ] - ++ lib.optionals (!stdenv.hostPlatform.isLinux) [ - tzlocal - ]; + ++ [ xhost ]; doCheck = true; @@ -80,6 +79,7 @@ python3Packages.buildPythonApplication (finalAttrs: { _0b11stan charB66 macbucheron + tristanqtn ]; }; })