Add auth2api

This commit is contained in:
muon 2026-06-01 10:28:16 +00:00
parent b6318d9c4d
commit 28bb03187d
9 changed files with 335 additions and 11 deletions

View file

@ -6,6 +6,18 @@
dockerTools,
}:
{
auth2api = {
pname = "auth2api";
version = "840fa100e71a3562552cc7d0267f7668db0d7f86";
src = fetchFromGitHub {
owner = "AmazingAng";
repo = "auth2api";
rev = "840fa100e71a3562552cc7d0267f7668db0d7f86";
fetchSubmodules = false;
sha256 = "sha256-Pz+V1QKbZZKfoZz2TbC4yLtwAdaUIWdLV8FJh8LohTc=";
};
date = "2026-05-10";
};
dcts-client-shipping = {
pname = "dcts-client-shipping";
version = "v3.3";