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

@ -1,4 +1,25 @@
{
"auth2api": {
"cargoLock": null,
"date": "2026-05-10",
"extract": null,
"name": "auth2api",
"passthru": null,
"pinned": false,
"src": {
"deepClone": false,
"fetchSubmodules": false,
"leaveDotGit": false,
"name": null,
"owner": "AmazingAng",
"repo": "auth2api",
"rev": "840fa100e71a3562552cc7d0267f7668db0d7f86",
"sha256": "sha256-Pz+V1QKbZZKfoZz2TbC4yLtwAdaUIWdLV8FJh8LohTc=",
"sparseCheckout": [],
"type": "github"
},
"version": "840fa100e71a3562552cc7d0267f7668db0d7f86"
},
"dcts-client-shipping": {
"cargoLock": null,
"date": null,

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";